Skip to content

Commit 76d1a27

Browse files
reactjs-translation-bottesseralis
authored andcommitted
Fix typo on hooks availability (reactjs#69)
Might make people that are going through the docs confused.
1 parent 822922f commit 76d1a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before we continue, note that Hooks are:
4343

4444
* **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.
4545
* **100% backwards-compatible.** Hooks don't contain any breaking changes.
46-
* **Available now.** Hooks are currently in an alpha release, and we hope to include them in React 16.x after receiving community feedback.
46+
* **Available now.** Hooks are now available with the release of v16.8.0.
4747

4848
**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.
4949

0 commit comments

Comments
 (0)