Browse Source

Merge pull request #831 from tianhuil/patch-1

Fix grammar
main
Alex Krolick 7 years ago
committed by GitHub
parent
commit
0a2ec4a180
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/context.md

2
content/docs/context.md

@ -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`

Loading…
Cancel
Save