change singular

This commit is contained in:
tako-black 2015-04-01 18:56:10 +09:00
parent 80baec3bb6
commit 399ace3733

View File

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