@samitouri / QOS-React-2 / commits / c56c623432

docs: fix capitalization of TypeScript (#31682)

Paul Schreiber committed Dec 5, 2024 at 18:04 UTC c56c6234328a29930487295afe61597db48f058c
1 file changed +1 -1
CHANGELOG.md
+1 -1
@@ -77,7 +77,7 @@ React 19 brings in a number of breaking changes, including the removals of long-
77 * Diffs for hydration errors: In the case of a mismatch, React 19 logs a single error with a diff of the mismatched content.
78 * 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.
79
80 -### Typescript Changes
80 +### TypeScript Changes
81
82 The most common changes can be codemodded with `npx types-react-codemod@latest preset-19 ./path-to-your-react-ts-files`.
83