docs: fix typo (#8129)

This commit is contained in:
Rajendra 2022-10-12 15:12:07 +05:30 committed by GitHub
parent 6ef6eae2c7
commit 70ad8759b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'