Skip to content

Commit 8e79517

Browse files
committed
微修正
1 parent 1c0ceed commit 8e79517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/textarea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ You provided a `value` prop to a form field without an `onChange` handler. This
353353

354354
</ConsoleBlock>
355355

356-
エラーメッセージが示すように、[初期値を*指定*したいだけの場合](#providing-an-initial-value-for-a-text-area)は、代わりに `defaultValue` を渡すようにしてください。
356+
エラーメッセージが示すように、[*初期値*を指定したいだけの場合](#providing-an-initial-value-for-a-text-area)は、代わりに `defaultValue` を渡すようにしてください。
357357

358358
```js
359359
// ✅ Good: uncontrolled text area with an initial value

0 commit comments

Comments
 (0)