Skip to content

Commit

Permalink
Merge pull request facebook#312 from tako-black/fix_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
vjeux committed Apr 3, 2015
2 parents 4a73a31 + 399ace3 commit 3f0e3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Style.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]} />
Expand Down

0 comments on commit 3f0e3b7

Please sign in to comment.