Add more consistent phrasing.

Related issues: #2107
This commit is contained in:
Rodrigo Girão Serrão
2023-03-23 11:04:17 +00:00
parent a935a632fa
commit 559f976f78
57 changed files with 141 additions and 161 deletions

View File

@@ -1,6 +1,6 @@
# Layout
The `layout` property defines how a widget arranges its children.
The `layout` style defines how a widget arranges its children.
## Syntax
@@ -22,7 +22,7 @@ See the [layout](../guide/layout.md) guide for more information.
## Example
Note how the `layout` property affects the arrangement of widgets in the example below.
Note how the `layout` style affects the arrangement of widgets in the example below.
To learn more about the grid layout, you can see the [layout guide](../guide/layout.md) or the [grid reference](../grid).
=== "Output"