Fix typo in Yoga Layout documentation

Summary: Found and fixed typo on https://yogalayout.com/docs/justify-content/

Reviewed By: danielbuechele

Differential Revision: D13199988

fbshipit-source-id: 029cf812f09c48822ec11b054bf0c987f718191d
This commit is contained in:
Eddie Zhang
2018-11-29 11:13:36 -08:00
committed by Facebook Github Bot
parent bdae838516
commit 6f6e0ce339

View File

@@ -22,7 +22,7 @@ remaining space between the children.
**SPACE AROUND** Evenly space of children across the container's main axis, distributing
remaining space around the children. Compared to `space between` using
`Sspace around` will result in space being distributed to the beginning of
`space around` will result in space being distributed to the beginning of
the first child and end of the last child.
<controls prop="justifyContent"></controls>