Skip to content

Commit b169178

Browse files
0xnooblex111
andcommitted
previous page link not linking to previous page, but to the second last. (reactjs#1959)
* previous page link is not linking to the previous page, but to the second last. The example code is on both, the `Introducing Hooks` as well as `Hooks at a Glance` page, but the linked page is the `Introducing Hooks` and I think that's the right one (the `Hooks at a Glance` page probably got added later?). Not sure about the phrasing so, having "introduce" twice in one sentence ... * Update content/docs/hooks-state.md Co-Authored-By: 0xnoob <[email protected]> Co-authored-by: Alexey Pyltsyn <[email protected]>
1 parent b8b3db7 commit b169178

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)