Skip to content

Commit

Permalink
Clarify wording in adding TypeScript to existing project (facebook#9231)
Browse files Browse the repository at this point in the history
  • Loading branch information
merelinguist committed Jul 27, 2020
1 parent bdae9b6 commit a01b1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/adding-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yarn create react-app my-app --template typescript
>
> Global installs of `create-react-app` are no longer supported.
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:

```sh
npm install --save typescript @types/node @types/react @types/react-dom @types/jest
Expand Down

0 comments on commit a01b1c5

Please sign in to comment.