We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc834b commit 7bc0619Copy full SHA for 7bc0619
1 file changed
src/content/reference/react/useTransition.md
@@ -583,7 +583,7 @@ export async function updateQuantity(newQuantity) {
583
584
### 在组件中公开 `action` 属性 {/*exposing-action-props-from-components*/}
585
586
-您可以通过组件暴露一个 `action` 属性,允许父组件调用一个 Action。
+你可以通过组件暴露一个 `action` 属性,允许父组件调用一个 Action。
587
588
例如,这个 `TabButton` 组件将其点击事件逻辑封装到 `action` 属性中:
589
0 commit comments