Skip to content

Commit

Permalink
Merge pull request #149 from cogell/fix-typo
Browse files Browse the repository at this point in the history
chore(README): fix small typo in caveats
  • Loading branch information
jlfwong authored Oct 4, 2016
2 parents a5f4bc4 + 5cbd927 commit 1763b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ To speed up injection of styles, Aphrodite will automatically try to buffer writ
Aphrodite uses [asap](https://github.com/kriskowal/asap) to schedule buffer flushing. If you measure DOM elements' dimensions in `componentDidMount` or `componentDidUpdate`, you can use `setTimeout` function to ensure all styles are injected.

```js
import { StyleSheetServer, css } from 'aphrodite';
import { StyleSheet, css } from 'aphrodite';

class Component extends React.Component {
render() {
Expand Down

0 comments on commit 1763b30

Please sign in to comment.