Skip to content

Commit

Permalink
Small typo s/they/the/
Browse files Browse the repository at this point in the history
Summary: Closes facebook#8813

Differential Revision: D3572677

Pulled By: sdwilsh

fbshipit-source-id: a2b2b38e64b9575a8b4bcaeb941a34470fc6f1e1
  • Loading branch information
denmark authored and Facebook Github Bot 4 committed Jul 15, 2016
1 parent edb9fce commit f067811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Style.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f067811

Please sign in to comment.