Skip to content

Commit 3f451aa

Browse files
Fixed minor spelling errors (#68)
* Fixed minor spelling errors * Update widgets.md
1 parent 2e28324 commit 3f451aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/explore/layouts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

6262
Center 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

110110
RowWrap 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

content/docs/explore/widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)