From 4f15ddce99cf22aa0ffa9f64c1b1d4312dfc9d8a Mon Sep 17 00:00:00 2001 From: Matija Komorcec <matija_komorcec@yahoo.com> Date: Thu, 28 Feb 2019 15:44:19 +0100 Subject: [PATCH] Fix a typo in adding-typescript.md --- 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 70bc4d208..357456a2c 100644 --- a/docusaurus/docs/adding-typescript.md +++ b/docusaurus/docs/adding-typescript.md @@ -14,7 +14,7 @@ npx create-react-app my-app --typescript # or -yarn create react-app my-app --typescript +yarn create-react-app my-app --typescript ``` To add [TypeScript](https://www.typescriptlang.org/) to a Create React App project, first install it: -- GitLab