Skip to content

Commit 7bc0619

Browse files
authored
Update src/content/reference/react/useTransition.md
1 parent efc834b commit 7bc0619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useTransition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ export async function updateQuantity(newQuantity) {
583583

584584
### 在组件中公开 `action` 属性 {/*exposing-action-props-from-components*/}
585585

586-
您可以通过组件暴露一个 `action` 属性,允许父组件调用一个 Action。
586+
你可以通过组件暴露一个 `action` 属性,允许父组件调用一个 Action。
587587

588588
例如,这个 `TabButton` 组件将其点击事件逻辑封装到 `action` 属性中:
589589

0 commit comments

Comments
 (0)