Skip to content

Commit 6650044

Browse files
Yuqing Chenpampang
andauthored
Update content/docs/refs-and-the-dom.md
Co-Authored-By: pampang <[email protected]>
1 parent c69794a commit 6650044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/refs-and-the-dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Refs 提供了一种方式,允许我们访问 DOM 节点或在 render 方法
3434

3535
> 注意:
3636
>
37-
> 下面的例子已经更新为使用在 React 16.3 版本引入的 `React.createRef()` API。如果你正在使用一个较早的 Release 版本的 React,我们推荐你使用 [回调形式的 refs](#callback-refs)
37+
> 下面的例子已经更新为使用在 React 16.3 版本引入的 `React.createRef()` API。如果你正在使用一个较早版本的 React,我们推荐你使用[回调形式的 refs](#callback-refs)
3838
3939
### 创建 Refs {#creating-refs}
4040

0 commit comments

Comments
 (0)