From 6d8ee777917971a5605379af0e901cda3681add6 Mon Sep 17 00:00:00 2001 From: Tnarita0000 Date: Tue, 27 Nov 2018 03:39:54 -0800 Subject: [PATCH] Fix typo 'laid our' to 'laid out' (#833) Summary: I've fixed typo `laid our` to `laid out` in [`website/contents/properties/layout-direction.md`]. Pull Request resolved: https://github.com/facebook/yoga/pull/833 Differential Revision: D13196468 Pulled By: passy fbshipit-source-id: 8b51e0d93fd0b6b131b7ea9446fff28ffeca9764 --- website/contents/properties/layout-direction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/contents/properties/layout-direction.md b/website/contents/properties/layout-direction.md index 869b5d47..76c43fd2 100644 --- a/website/contents/properties/layout-direction.md +++ b/website/contents/properties/layout-direction.md @@ -14,10 +14,10 @@ refers to `right`. When localizing your apps for markets with RTL languages you should customize this by either by passing a direction to the `CalculateLayout` call or by setting the direction on the root node. -**LTR (DEFAULT)** Text and children and laid our from left to right. Margin and +**LTR (DEFAULT)** Text and children and laid out from left to right. Margin and padding applied the start of an element are applied on the left side. -**RTL** Text and children and laid our from right to left. Margin and +**RTL** Text and children and laid out from right to left. Margin and padding applied the start of an element are applied on the right side.