Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/reactjs/reactjs.org into …
Browse files Browse the repository at this point in the history
…sync-b1691780
  • Loading branch information
reactjs-translation-bot committed May 3, 2019
2 parents 7a8f7c8 + b169178 commit 4c45400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/hooks-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ prev: hooks-overview.html

*Hooks* are a new addition in React 16.8. They let you use state and other React features without writing a class.

The [previous page](/docs/hooks-intro.html) introduced Hooks with this example:
The [introduction page](/docs/hooks-intro.html) used this example to get familiar with Hooks:

```js{4-5}
import React, { useState } from 'react';
Expand Down

0 comments on commit 4c45400

Please sign in to comment.