We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdae9b6 commit a01b1c5Copy full SHA for a01b1c5
docusaurus/docs/adding-typescript.md
@@ -23,7 +23,7 @@ yarn create react-app my-app --template typescript
23
>
24
> Global installs of `create-react-app` are no longer supported.
25
26
-To add [TypeScript](https://www.typescriptlang.org/) to a Create React App project, first install it:
+To add [TypeScript](https://www.typescriptlang.org/) to an existing Create React App project, first install it:
27
28
```sh
29
npm install --save typescript @types/node @types/react @types/react-dom @types/jest
0 commit comments