Skip to content

Commit bb2693f

Browse files
merelinguistjustinsilvestre
authored andcommitted
Clarify wording in adding TypeScript to existing project (facebook#9231)
1 parent ee70aac commit bb2693f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/adding-typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yarn create react-app my-app --template typescript
2323
>
2424
> Global installs of `create-react-app` are no longer supported.
2525
26-
To add [TypeScript](https://www.typescriptlang.org/) to a Create React App project, first install it:
26+
To add [TypeScript](https://www.typescriptlang.org/) to an existing Create React App project, first install it:
2727

2828
```sh
2929
npm install --save typescript @types/node @types/react @types/react-dom @types/jest

0 commit comments

Comments
 (0)