Typo fix: styles belong to a widget

This commit is contained in:
Dave Pearson
2022-10-09 21:11:30 +01:00
parent 2275129752
commit 3f08e50261

View File

@@ -1,7 +1,7 @@
# Layout
In Textual, the *layout* defines how widgets will be arranged (or *laid out*) inside a container.
Textual supports a number of layouts which can be set either via a widgets `styles` object or via CSS.
Textual supports a number of layouts which can be set either via a widget's `styles` object or via CSS.
Layouts can be used for both high-level positioning of widgets on screen, and for positioning of nested widgets.
## Vertical