Skip to content

Commit 7a2d9aa

Browse files
Merge branch 'master' of https://github.com/reactjs/reactjs.org into sync-b1691780
2 parents 9c1a3f5 + b169178 commit 7a2d9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ prev: hooks-overview.html
88

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

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

1313
```js{4-5}
1414
import React, { useState } from 'react';

0 commit comments

Comments
 (0)