Skip to content

Commit c56c623

Browse files
docs: fix capitalization of TypeScript (#31682)
1 parent d27fa08 commit c56c623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ React 19 brings in a number of breaking changes, including the removals of long-
7777
* Diffs for hydration errors: In the case of a mismatch, React 19 logs a single error with a diff of the mismatched content.
7878
* 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.
7979

80-
### Typescript Changes
80+
### TypeScript Changes
8181

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

0 commit comments

Comments
 (0)