mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: fix typo (#8129)
This commit is contained in:
parent
6ef6eae2c7
commit
70ad8759b8
@ -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
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user