Skip to content

Commit d622347

Browse files
committed
Fix previous article on hooks-effect.md
1 parent d6d30b6 commit d622347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-effect.md

Lines changed: 1 addition & 1 deletion
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)