Fix typo in documentation: "…controls how rows…"

Summary: Closes https://github.com/facebook/react-native/pull/13482

Differential Revision: D4883387

Pulled By: javache

fbshipit-source-id: fab3ce3136b18079a566e93fb3d388abc27dd41c
This commit is contained in:
Victor Ilyukevich 2017-04-13 05:50:24 -07:00 committed by Facebook Github Bot
parent 8e382fd006
commit 0d58669c81
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ var LayoutPropTypes = {
'baseline'
]),
/** `alignContent` controls how a rows align in the cross direction,
/** `alignContent` controls how rows align in the cross direction,
* overriding the `alignContent` of the parent.
* See https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
* for more details.