Skip to content

Commit

Permalink
docs: fix capitalization of TypeScript (facebook#31682)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Dec 5, 2024
1 parent d27fa08 commit c56c623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ React 19 brings in a number of breaking changes, including the removals of long-
* Diffs for hydration errors: In the case of a mismatch, React 19 logs a single error with a diff of the mismatched content.
* Compatibility with third-party scripts and extensions: React will now force a client re-render to fix up any mismatched content caused by elements inserted by third-party JS.

### Typescript Changes
### TypeScript Changes

The most common changes can be codemodded with `npx types-react-codemod@latest preset-19 ./path-to-your-react-ts-files`.

Expand Down

0 comments on commit c56c623

Please sign in to comment.