Skip to content

Commit

Permalink
Fix previous article on hooks-effect.md (#1802)
Browse files Browse the repository at this point in the history
Hi! 👋 

This PR only fixes the `Previous article` link on [this page](https://reactjs.org/docs/hooks-effect.html).

Once this get merged, do I need to open a similar PR in each one of the translation repos?
  • Loading branch information
arthurdenner authored and alexkrolick committed Mar 17, 2019
1 parent 1fe2e0a commit 877431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/hooks-effect.md
Expand Up @@ -3,7 +3,7 @@ id: hooks-state
title: Using the Effect Hook
permalink: docs/hooks-effect.html
next: hooks-rules.html
prev: hooks-intro.html
prev: hooks-state.html
---

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

0 comments on commit 877431a

Please sign in to comment.