We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80baec3 commit 399ace3Copy full SHA for 399ace3
1 file changed
docs/Style.md
@@ -44,7 +44,7 @@ All the core components accept a style attribute.
44
<View style={styles.background} />
45
```
46
47
-They also accepts an array of styles.
+They also accept an array of styles.
48
49
```javascript
50
<View style={[styles.base, styles.background]} />
0 commit comments