From 40c600434e22f5b3a763c857bf52fd1c23e3b73f Mon Sep 17 00:00:00 2001 From: Damoness Date: Mon, 3 Oct 2022 14:42:06 -0700 Subject: [PATCH] Update flex-direction.md (#1007) Summary: Spelling mistake Pull Request resolved: https://github.com/facebook/yoga/pull/1007 Reviewed By: yungsters Differential Revision: D40027434 Pulled By: yungsters fbshipit-source-id: 8d13e54e9cb9633282dadadad545d1b92ae3ba5c --- website/contents/properties/flex-direction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contents/properties/flex-direction.md b/website/contents/properties/flex-direction.md index ec88778a..95fbf6ca 100644 --- a/website/contents/properties/flex-direction.md +++ b/website/contents/properties/flex-direction.md @@ -8,7 +8,7 @@ hasPlayground: true Flex direction controls the direction in which children of a node are laid out. This is also referred to as the main axis. The main axis is the direction in -which children are laid out. The cross axis the the axis perpendicular to the +which children are laid out. The cross axis is the axis perpendicular to the main axis, or the axis which wrapping lines are laid out in. **ROW (DEFAULT)** Align children from left to right. If [wrapping](/docs/flex-wrap) is enabled then