Skip to content

Commit 407761a

Browse files
kyarikespipj
authored andcommitted
More fixes
1 parent 5b4df51 commit 407761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flexbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default class AlignItemsBasics extends Component {
167167

168168
- `space-between` Evenly space wrapped lines across the container's main axis, distributing the remaining space between the lines.
169169

170-
- `space-around` Evenly space wrapped lines across the container's main axis, distributing the remaining space around the lines. Compared to `space-between`, using `space-around` will result in space being distributed to the begining of the first lines and end of the last line.
170+
- `space-around` Evenly space wrapped lines across the container's main axis, distributing the remaining space around the lines. Compared to `space-between`, using `space-around` will result in space being distributed to the begining of the first line and the end of the last line.
171171

172172
You can learn more [here](https://yogalayout.com/docs/align-content).
173173

0 commit comments

Comments
 (0)