Skip to content

Commit

Permalink
fixed typo in yarn add command (#7326)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSaterlay authored Dec 5, 2024
1 parent acda167 commit 69edd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2024/04/25/react-19-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69edd84

Please sign in to comment.