Fix grammar

This commit is contained in:
Michael Li
2018-04-22 00:37:19 -04:00
committed by GitHub
parent b4b68460e2
commit ed255e604b

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`