From 6f6e0ce339cd310fd9ba7f4f9b068684331e0938 Mon Sep 17 00:00:00 2001 From: Eddie Zhang Date: Thu, 29 Nov 2018 11:13:36 -0800 Subject: [PATCH] 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 --- website/contents/properties/justify-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contents/properties/justify-content.md b/website/contents/properties/justify-content.md index af159e66..84ccb335 100644 --- a/website/contents/properties/justify-content.md +++ b/website/contents/properties/justify-content.md @@ -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.