From 5222be0edf79b2ef300864764c2007608e6e33b0 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Sun, 2 Aug 2015 16:14:24 -0700 Subject: [PATCH] [Docs] Fix typo in docs index --- website/src/react-native/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/react-native/index.js b/website/src/react-native/index.js index f587067c7..3c4fc1185 100644 --- a/website/src/react-native/index.js +++ b/website/src/react-native/index.js @@ -94,7 +94,7 @@ var TouchDemo = React.createClass({

Flexbox and Styling

- Laying out views should be easy, which is why we brought the flexbox layout model from the web to React Native. Flexbox makes it simple to build the most common UI layouts, such as stacked and nested boxes with margin and padding. React Native also supports common web syles, such as fontWeight, and the StyleSheet abstraction provides an optimized mechanism to declare all your styles and layout right along with the components that use them and apply them inline. + Laying out views should be easy, which is why we brought the flexbox layout model from the web to React Native. Flexbox makes it simple to build the most common UI layouts, such as stacked and nested boxes with margin and padding. React Native also supports common web styles, such as fontWeight, and the StyleSheet abstraction provides an optimized mechanism to declare all your styles and layout right along with the components that use them and apply them inline.

{`var React = require('react-native');