Skip to content

Commit 69edd84

Browse files
authored
fixed typo in yarn add command (#7326)
1 parent acda167 commit 69edd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2024/04/25/react-19-upgrade-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ npm install --save-exact @types/react@^19.0.0 @types/react-dom@^19.0.0
8686

8787
Or, if you're using Yarn:
8888
```bash
89-
yarn add --exact @†ypes/react@^19.0.0 @†ypes/react-dom@^19.0.0
89+
yarn add --exact @types/react@^19.0.0 @types/react-dom@^19.0.0
9090
```
9191

9292
We're also including a codemod for the most common replacements. See [TypeScript changes](#typescript-changes) below.

0 commit comments

Comments
 (0)