We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf5fdf commit ca398beCopy full SHA for ca398be
src/content/reference/react/createContext.md
@@ -32,7 +32,7 @@ const ThemeContext = createContext('light');
32
33
#### 参数 {/*parameters*/}
34
35
-* `defaultValue`:当包裹需要读取上下文的组件树中没有匹配的上下文时,你可以用该值作上下文的。倘若你没有任何有意义的默认值,可指定其为 `null`。该默认值是用于作为”最后的手段“的后备方案。它是静态的,永远不会随时间改变。
+* `defaultValue`:当包裹需要读取上下文的组件树中没有匹配的上下文时,你可以用该值作上下文的。倘若你没有任何有意义的默认值,可指定其为 `null`。该默认值是用于作为“最后的手段”的后备方案。它是静态的,永远不会随时间改变。
36
37
#### 返回值 {/*returns*/}
38
0 commit comments