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
This commit is contained in:
committed by
Facebook Github Bot
parent
9725d5b21b
commit
6d8ee77791
@@ -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.
|
||||
|
||||
<controls prop="layoutDirection"></controls>
|
||||
|
Reference in New Issue
Block a user