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:
parent
8e382fd006
commit
0d58669c81
|
@ -409,7 +409,7 @@ var LayoutPropTypes = {
|
||||||
'baseline'
|
'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.
|
* overriding the `alignContent` of the parent.
|
||||||
* See https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
|
* See https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
|
||||||
* for more details.
|
* for more details.
|
||||||
|
|
Loading…
Reference in New Issue