Skip to content

Commit

Permalink
Merge pull request #1632 from rafaelcg/patch-1
Browse files Browse the repository at this point in the history
Fix typo on hooks availability
  • Loading branch information
bvaughn committed Feb 6, 2019
2 parents cea45bb + be56e22 commit e833dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/hooks-intro.md
Expand Up @@ -47,7 +47,7 @@ Before we continue, note that Hooks are:

* **Completely opt-in.** You can try Hooks in a few components without rewriting any existing code. But you don't have to learn or use Hooks right now if you don't want to.
* **100% backwards-compatible.** Hooks don't contain any breaking changes.
* **Available now.** Hooks are currently in an alpha release, and we hope to include them in React 16.x after receiving community feedback.
* **Available now.** Hooks are now available with the release of v16.8.0.

**There are no plans to remove classes from React.** You can read more about the gradual adoption strategy for Hooks in the [bottom section](#gradual-adoption-strategy) of this page.

Expand Down

0 comments on commit e833dfd

Please sign in to comment.