From 57016b9cf06ec73a7c1d070a06583f5475f9aab6 Mon Sep 17 00:00:00 2001 From: Rajendra <91361634+RajendraUppu@users.noreply.github.com> Date: Wed, 12 Oct 2022 14:52:44 +0530 Subject: [PATCH 1/2] docs: fix typo --- docs/content/1.getting-started/2.installation.md | 2 +- docs/content/2.guide/2.directory-structure/3.nuxt.config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 6f55aaae649..28291878b0c 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -41,7 +41,7 @@ export default defineNuxtConfig({ ## New Project -Open a terminal, or from [Visual Studio Code](https://code.visualstudio.com/), open an [integrated terminal](https://code.visualstudio.com/docs/editor/integrated-terminal) and use the following command to create a new starter project: +Open a terminal or from [Visual Studio Code](https://code.visualstudio.com/) open an [integrated terminal](https://code.visualstudio.com/docs/editor/integrated-terminal) and use the following command to create a new starter project: ::code-group diff --git a/docs/content/2.guide/2.directory-structure/3.nuxt.config.md b/docs/content/2.guide/2.directory-structure/3.nuxt.config.md index 119c64359f7..6792a99c19b 100644 --- a/docs/content/2.guide/2.directory-structure/3.nuxt.config.md +++ b/docs/content/2.guide/2.directory-structure/3.nuxt.config.md @@ -20,7 +20,7 @@ export default defineNuxtConfig({ `defineNuxtConfig` helper is globally available without import. :: -You can explicitily import `defineNuxtConfig` from `nuxt/config` if you prefer: +You can explicitly import `defineNuxtConfig` from `nuxt/config` if you prefer: ```js import { defineNuxtConfig } from 'nuxt/config' From b6b882170fbf606bc37d34947100527e0b7c0d09 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 12 Oct 2022 10:35:42 +0100 Subject: [PATCH 2/2] docs: update wording --- docs/content/1.getting-started/2.installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 28291878b0c..edaaf5b3190 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -41,7 +41,7 @@ export default defineNuxtConfig({ ## New Project -Open a terminal or from [Visual Studio Code](https://code.visualstudio.com/) open an [integrated terminal](https://code.visualstudio.com/docs/editor/integrated-terminal) and use the following command to create a new starter project: +Open a terminal (if you're using [Visual Studio Code](https://code.visualstudio.com/), you can open an [integrated terminal](https://code.visualstudio.com/docs/editor/integrated-terminal)) and use the following command to create a new starter project: ::code-group