Skip to content

Commit

Permalink
Fix: typos (#1209)
Browse files Browse the repository at this point in the history
* Fix: typos

* fix: undo HOC spelling change

* Update react-jss.md
  • Loading branch information
zelda-at-tempus authored and kof committed Oct 7, 2019
1 parent 9f7599a commit b1602dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react-jss.md
Expand Up @@ -4,7 +4,7 @@ React-JSS integrates [JSS](https://github.com/cssinjs/jss) with React using the

Try it out in the [playground](https://codesandbox.io/s/j3l06yyqpw).

**HOC based API is deprecated as of v10 and will be removed in any upcomming major version. You can still make a lazy migration as described [here](https://reacttraining.com/blog/using-hooks-in-classes/). HOC specific docs are available [here](./react-jss-hoc.md).**
**The HOC based API is deprecated as of v10 and may be removed in a future version. You can still perform a lazy migration as described [here](https://reacttraining.com/blog/using-hooks-in-classes/). HOC specific docs are available [here](./react-jss-hoc.md).**

### Benefits compared to using the core JSS package directly:

Expand Down

0 comments on commit b1602dc

Please sign in to comment.