diff --git a/docs/next/flexbox.html b/docs/next/flexbox.html index e3f4a931540..3401139b884 100644 --- a/docs/next/flexbox.html +++ b/docs/next/flexbox.html @@ -193,7 +193,7 @@ AppRegistry.registerComponent('AwesomeProject', () => AlignItemsBasics);

Align Items

Align Self

-

alignSelf has the same options and effect as alignItems but instead of affecting the children within a container, you can apply this property to a single child to change its alignment within its parent. alignSelf overrides any option set by the parent with aligItems.

+

alignSelf has the same options and effect as alignItems but instead of affecting the children within a container, you can apply this property to a single child to change its alignment within its parent. alignSelf overrides any option set by the parent with alignItems.

Align Self

Align Content

alignContent defines the distribution of lines along the cross-axis. This only has effect when items are wrapped to multiple lines using flexWrap.

diff --git a/docs/next/flexbox/index.html b/docs/next/flexbox/index.html index e3f4a931540..3401139b884 100644 --- a/docs/next/flexbox/index.html +++ b/docs/next/flexbox/index.html @@ -193,7 +193,7 @@ AppRegistry.registerComponent('AwesomeProject', () => AlignItemsBasics);

Align Items

Align Self

-

alignSelf has the same options and effect as alignItems but instead of affecting the children within a container, you can apply this property to a single child to change its alignment within its parent. alignSelf overrides any option set by the parent with aligItems.

+

alignSelf has the same options and effect as alignItems but instead of affecting the children within a container, you can apply this property to a single child to change its alignment within its parent. alignSelf overrides any option set by the parent with alignItems.

Align Self

Align Content

alignContent defines the distribution of lines along the cross-axis. This only has effect when items are wrapped to multiple lines using flexWrap.