File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ All items in the container that are not positioned on a border will fill the rem
6060### Center
6161
6262Center layout positions all container elements in the center of the container.
63- Every object will be set to it's minimum size.
63+ Every object will be set to its minimum size.
6464
6565{{% layout name="center" %}}
6666
@@ -108,7 +108,7 @@ You can also specify each site separately using `CustomPadded` layout.
108108### RowWrap
109109
110110RowWrap layout arranges a set of different items to flow along a row, wrapping to a new row if there is insufficient space.
111- All objects will be set to their minimu size, and will be bottom aligned to a consistent position leaving space for the tallest item.
111+ All objects will be set to their minimum size, and will be bottom aligned to a consistent position leaving space for the tallest item.
112112
113113{{% layout name="rowwrap" %}}
114114
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Hyperlink widget is a text component with appropriate padding and layout. When c
9696
9797### Icon
9898
99- Icon widget is a basic image component that load's its resource to match the theme.
99+ Icon widget is a basic image component that loads its resource to match the theme.
100100
101101{{% widget name="icon" %}}
102102
You can’t perform that action at this time.
0 commit comments