Merge pull request #312 from tako-black/fix_typo

fix typo
This commit is contained in:
Christopher Chedeau 2015-04-03 10:06:21 -07:00
commit 3f0e3b7d5e

View File

@ -37,14 +37,14 @@ All the attribute names and values are a subset of what works on the web. For la
## Using Styles
All the core components accept a style attribute
All the core components accept a style attribute.
```javascript
<Text style={styles.base} />
<View style={styles.background} />
```
and also accepts an array of styles
They also accept an array of styles.
```javascript
<View style={[styles.base, styles.background]} />