From 70e519e71f645b2f2695ef8ecb6000d864fbdef6 Mon Sep 17 00:00:00 2001 From: grum-tez <116943950+grum-tez@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:35:12 +1200 Subject: [PATCH] typo fix Capitalising typescript as TypeScript throws an error in the console. --- docs/dapps/project/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dapps/project/index.md b/docs/dapps/project/index.md index 2b66648e..32acf8bc 100644 --- a/docs/dapps/project/index.md +++ b/docs/dapps/project/index.md @@ -23,7 +23,7 @@ It is *strongly* recommended to use [TypeScript](https://www.TypeScriptlang.org/ Project templates configured with TypeScript are available with most UI frameworks. The following command uses `create-react-app` template with TypeScript: ```completium -npx create-react-app my-dapp --template TypeScript +npx create-react-app my-dapp --template typescript ``` This creates the `my-dapp` project. More information may be found [here](https://create-react-app.dev/docs/adding-TypeScript/)