Skip to content

Commit bda187a

Browse files
authored
Fix translation in 19 upgrade guide
1 parent 173db70 commit bda187a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2024/04/25/react-19-upgrade-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ React 19 で削除された API に基づいて、TypeScript の型を整理し
492492
npx types-react-codemod@latest preset-19 ./path-to-app
493493
```
494494

495-
`element.props` への不正確なアクセスが多い場合、この追加の codemod を実行できます。
495+
`element.props` への型安全ではないアクセスを多く行っている場合、以下の追加の codemod を実行できます。
496496

497497
```bash
498498
npx types-react-codemod@latest react-element-default-any-props ./path-to-your-react-ts-files

0 commit comments

Comments
 (0)