Skip to content

Commit ea4c1f4

Browse files
smikitkykoba04
andauthored
Update src/content/reference/rsc/server-actions.md
Co-authored-by: Toru Kobayashi <[email protected]>
1 parent 1f8be31 commit ea4c1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/rsc/server-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function UpdateName() {
184184
}
185185
```
186186

187-
サーバアクションと `useActionState` を使用する場合、React はハイドレーションの完了前に既に入力されていたフォームの入力値を自動的に再現します。これにより、ユーザはアプリのハイドレーションが起きる前からアプリを操作できるようになります。
187+
サーバアクションと `useActionState` を使用する場合、React はハイドレーションの完了前に実行されたフォーム送信を自動的に再現します。これにより、ユーザはアプリのハイドレーションが起きる前からアプリを操作できるようになります。
188188

189189
詳細については、[`useActionState`](/reference/react-dom/hooks/useFormState) のドキュメントを参照してください。
190190

0 commit comments

Comments
 (0)