Small typo s/they/the/

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

Differential Revision: D3572677

Pulled By: sdwilsh

fbshipit-source-id: a2b2b38e64b9575a8b4bcaeb941a34470fc6f1e1
This commit is contained in:
Andy Denmark 2016-07-15 13:45:27 -07:00 committed by Facebook Github Bot 4
parent edb9fce9c3
commit f067811cd2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ AppRegistry.registerComponent('LotsOfStyles', () => LotsOfStyles);
```
One common pattern is to make your component accept a `style` prop which in
turn is used to style subcomponents. You can use this to make styles "cascade" they way they do in CSS.
turn is used to style subcomponents. You can use this to make styles "cascade" the way they do in CSS.
There are a lot more ways to customize text style. Check out the [Text component reference](/react-native/docs/text.html) for a complete list.