fixed typo in yarn add command (#7326)

This commit is contained in:
Jake Saterlay
2024-12-05 23:18:01 +00:00
committed by GitHub
parent acda167885
commit 69edd845b9

View File

@@ -86,7 +86,7 @@ npm install --save-exact @types/react@^19.0.0 @types/react-dom@^19.0.0
Or, if you're using Yarn:
```bash
yarn add --exact @ypes/react@^19.0.0 @ypes/react-dom@^19.0.0
yarn add --exact @types/react@^19.0.0 @types/react-dom@^19.0.0
```
We're also including a codemod for the most common replacements. See [TypeScript changes](#typescript-changes) below.