summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2022-10-01 19:20:25 -0400
committerLinus Groh <mail@linusgroh.de>2022-10-02 10:16:12 +0100
commiteb0f5bd65e33e757cb37843467ee197d74d7c8a4 (patch)
tree2aa2957a28e4eac4cdd2ac988c4f265268cd52be
parentb288cd6976c9e7d48114ad73531a9e2b973a183c (diff)
downloadserenity-eb0f5bd65e33e757cb37843467ee197d74d7c8a4.zip
Base: Fix grammar-o in GML Widget documentation
-rw-r--r--Base/usr/share/man/man5/GML-Widget.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man5/GML-Widget.md b/Base/usr/share/man/man5/GML-Widget.md
index 4aa4eef78c..da3c2ae208 100644
--- a/Base/usr/share/man/man5/GML-Widget.md
+++ b/Base/usr/share/man/man5/GML-Widget.md
@@ -39,7 +39,7 @@ Defines a GUI widget.
| fixed_width | ui_dimension | Regular (currently only integer values ≥0 allowed) | Both maximum and minimum width; widget is fixed-width |
| fixed_height | ui_dimension | Regular (currently only integer values ≥0 allowed) | Both maximum and minimum height; widget is fixed-height |
| fixed_size | ui_size | {Regular}² | Both maximum and minimum size; widget is fixed-size |
-| shrink_to_fit | bool | | Whether the widget shrinks as much as possible while still respecting its childrens minimum sizes |
+| shrink_to_fit | bool | | Whether the widget shrinks as much as possible while still respecting its children's minimum sizes |
| font | string | Any system-known font | Font family |
| font_size | int | Font size that is available on this family | Font size |
| font_weight | font_weight | Font weight that is available on this family and size | Font weight |