Skip to content

Commit 877431a

Browse files
arthurdenneralexkrolick
authored andcommitted
Fix previous article on hooks-effect.md (#1802)
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?
1 parent 1fe2e0a commit 877431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-effect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: hooks-state
33
title: Using the Effect Hook
44
permalink: docs/hooks-effect.html
55
next: hooks-rules.html
6-
prev: hooks-intro.html
6+
prev: hooks-state.html
77
---
88

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

0 commit comments

Comments
 (0)