Browse Source

Remove unnecessary newline

main
Dan Abramov 6 years ago
committed by GitHub
parent
commit
71aa4faa43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/docs/hooks-overview.md

4
content/docs/hooks-overview.md

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

Loading…
Cancel
Save