diff --git a/docs/next/flexbox.html b/docs/next/flexbox.html index 55ca5a37f4a..25bfcc77371 100644 --- a/docs/next/flexbox.html +++ b/docs/next/flexbox.html @@ -81,9 +81,9 @@

flexDirection controls the direction in which the children of a node are laid out. This is also referred to as the main axis. The cross axis is the axis perpendicular to the main axis, or the axis which the wrapping lines are laid out in.

You can learn more here.