Remove unnecessary newline

This commit is contained in:
Dan Abramov
2019-01-14 18:26:02 +00:00
committed by GitHub
parent 73cb6ba7bd
commit 71aa4faa43

View File

@@ -8,9 +8,7 @@ prev: hooks-intro.html
*Hooks* are an upcoming feature that lets you use state and other React features without writing a class. They're currently in React v16.8.0-alpha.0.
Hooks are [backwards-compatible](/docs/hooks-intro.html#no-breaking-changes). This page provides an overview of Hooks for experienced React users.
This is a fast-paced overview. If you get confused, look for a yellow box like this:
Hooks are [backwards-compatible](/docs/hooks-intro.html#no-breaking-changes). This page provides an overview of Hooks for experienced React users. This is a fast-paced overview. If you get confused, look for a yellow box like this:
>Detailed Explanation
>