Skip to content

Commit

Permalink
docs: fix DYNAMIC_STYLES doc typo (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgtLucas authored and satya164 committed Sep 10, 2017
1 parent 78021e7 commit f38fbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DYNAMIC_STYLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sometimes we have some styles based on component's props or state, or dynamic in

## Inline styles

Inline styles are the most sraightforward way to use dynamic styles. Pass a `style` object with the dynamic styles, and you're done.
Inline styles are the most straightforward way to use dynamic styles. Pass a `style` object with the dynamic styles, and you're done.

```js
import React from 'react';
Expand Down

0 comments on commit f38fbd2

Please sign in to comment.