From 3a0870880cd28c3f43f7b241b729f46648eb1803 Mon Sep 17 00:00:00 2001 From: Aamir Shah Date: Mon, 2 Oct 2023 18:06:36 +0500 Subject: [PATCH] chore: quick fix. --- docs/tutorial/vite_getting_started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/vite_getting_started.mdx b/docs/tutorial/vite_getting_started.mdx index 4ceeb74..7c06c75 100644 --- a/docs/tutorial/vite_getting_started.mdx +++ b/docs/tutorial/vite_getting_started.mdx @@ -44,7 +44,7 @@ pnpm create vite my-novorender-app --template vanilla-ts -Once the above command has runs successfully, you should notice a newly created directory named `my-novorender-app`. Navigate into this directory, and then proceed with the following commands to complete the project creation process: +Once the above command has run successfully, you should notice a newly created directory named `my-novorender-app`. Navigate into this directory, and then proceed with the following commands to complete the project creation process: ```bash npm2yarn npm install