diff options
author | Barend <11941174+bvanrijn@users.noreply.github.com> | 2019-06-06 01:36:59 +0300 |
---|---|---|
committer | Jamie Kyle <me@thejameskyle.com> | 2019-06-06 01:36:59 +0300 |
commit | 3d58ed4a41bd0f225336801df0366aaf41634415 (patch) | |
tree | 249c321c1e2b12bcf9bc80159ef63ed66105173b | |
parent | aecd4dd0d6394051da05b545704205ad88cba0fd (diff) |
docs: Fix Chinese "Introducing Hooks" link (#34)
-rw-r--r-- | README-zh-cn.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README-zh-cn.md b/README-zh-cn.md index 33bc67e..18f7900 100644 --- a/README-zh-cn.md +++ b/README-zh-cn.md @@ -151,7 +151,7 @@ function ChildComponent() { ## 指南 -如果你以前从未使用过 React Hooks,我不建议你往下看,请先阅读 [React 官网的 React Hooks 文档](https://reactjs.org/docs/hooks-intro.html)。 +如果你以前从未使用过 React Hooks,我不建议你往下看,请先阅读 [React 官网的 React Hooks 文档](https://reactjs.org/docs/hooks-intro.html)。 首先,使用 React Hooks,你可以创建这样一个组件: |