Skip to content

Commit

Permalink
renamed the styleSheet argument in withStyles to styles (#7819)
Browse files Browse the repository at this point in the history
  • Loading branch information
phiilu authored and Sebastian Sebald committed Aug 23, 2017
1 parent efbc658 commit 79b519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/customization/css-in-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ They are easy to debug in development and as short as possible in production:

## API

### `withStyles(styleSheet, [options]) => Higher-order Component`
### `withStyles(styles, [options]) => Higher-order Component`

Link a style sheet with a component.
It does not modify the component passed to it; instead, it returns a new component, with a `classes` property.
Expand Down

0 comments on commit 79b519d

Please sign in to comment.