Merge pull request #831 from tianhuil/patch-1

Fix grammar
This commit is contained in:
Alex Krolick
2018-04-21 22:26:37 -07:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ We could create a higher-order component called `withTheme`:
`embed:context/higher-order-component.js`
Now any component that depends on the theme context can easy subscribe to it using the `withTheme` function we've created:
Now any component that depends on the theme context can easily subscribe to it using the `withTheme` function we've created:
`embed:context/higher-order-component-usage.js`