Skip to content

Commit 770d393

Browse files
authored
docs(cn): fix words error (#796)
1 parent 1c0a523 commit 770d393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-react-dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ render(element, container[, callback])
9090

9191
> 注意:
9292
>
93-
> 在 React 18 中,`render` 函数已被 `createRoot` 函索所取代。具体请参阅 [createRoot](/docs/react-dom-client.html#createroot) 以了解更多。
93+
> 在 React 18 中,`render` 函数已被 `createRoot` 函数所取代。具体请参阅 [createRoot](/docs/react-dom-client.html#createroot) 以了解更多。
9494
9595
在提供的 `container` 里渲染一个 React 元素,并返回对该组件的[引用](/docs/more-about-refs.html)(或者针对[无状态组件](/docs/components-and-props.html#function-and-class-components)返回 `null`)。
9696

0 commit comments

Comments
 (0)