change words

This commit is contained in:
tako-black 2015-04-01 08:17:13 +09:00
parent fb9bacdf2d
commit 80baec3bb6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ All the core components accept a style attribute.
<View style={styles.background} />
```
And also accepts an array of styles.
They also accepts an array of styles.
```javascript
<View style={[styles.base, styles.background]} />