diff --git a/docs/content/1.getting-started/1.quick-start.md b/docs/content/1.getting-started/1.quick-start.md
index d4e23104c3c..347af25903a 100644
--- a/docs/content/1.getting-started/1.quick-start.md
+++ b/docs/content/1.getting-started/1.quick-start.md
@@ -19,11 +19,11 @@ Before getting started, please make sure you have installed the recommended setu
* Either enable [**Take Over Mode**](https://github.com/johnsoncodehk/volar/discussions/471) (recommended)
* ... or add **TypeScript Vue Plugin (Volar)** 👉 [[Download](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin)]
-* If you already have Node.js installed, check with `node --version` that you are using `v14` or `v16`.
+* If you already have Node.js installed, check with `node --version` that you are using version 14.16 or above 16.11.
::alert{type=info}
-If you have enabled **Take Over Mode** or installed the **TypeScript Vue Plugin (Volar)** you can disable generating the shim for `*.vue` files:
+If you have enabled **Take Over Mode** or installed the **TypeScript Vue Plugin (Volar)**, you can disable generating the shim for `*.vue` files:
```js
export default defineNuxtConfig({
@@ -51,7 +51,7 @@ pnpm dlx nuxi init nuxt-app
::
-Open `nuxt-app` folder in visual studio code:
+Open `nuxt-app` folder in Visual Studio Code:
```bash
code nuxt-app
@@ -77,7 +77,7 @@ pnpm install --shamefully-hoist
## Development server
-Now you'll be able to use `yarn dev` to start your nuxt app in development mode:
+Now you'll be able to start your Nuxt app in development mode:
::code-group
@@ -96,7 +96,7 @@ pnpm run dev -- -o
::
::alert{type=success icon=✨ .font-bold}
-Well done! A browser window should automatically open for
+Well done! A browser window should automatically open for .
::
## Next steps