Skip to content

Commit eba3e0e

Browse files
authored
docs(en): merge reactjs.org in zh-hans (reactjs#211)
Sync with reactjs.org @ b169178
2 parents 31e38d9 + 4b4a149 commit eba3e0e

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
*Hook* 是 React 16.8 的新增特性。它可以让你在不编写 class 的情况下使用 state 以及其他的 React 特性。
1010

11-
[上一章节](/docs/hooks-intro.html)中使用下面的例子介绍了 Hook:
11+
[Hook 简介章节](/docs/hooks-intro.html)中使用下面的例子介绍了 Hook:
1212

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

0 commit comments

Comments
 (0)