From 41c4d6870785f055fd52cbb00d221791160317ea Mon Sep 17 00:00:00 2001 From: Dylan Brookes <24858006+merelinguist@users.noreply.github.com> Date: Mon, 27 Jul 2020 21:25:11 +0100 Subject: [PATCH] Clarify wording in adding TypeScript to existing project (#9231) --- docusaurus/docs/adding-typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/adding-typescript.md b/docusaurus/docs/adding-typescript.md index 78d1c356729..6f4c86c6cc7 100644 --- a/docusaurus/docs/adding-typescript.md +++ b/docusaurus/docs/adding-typescript.md @@ -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