Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: fix typo (#8129)
Browse files Browse the repository at this point in the history
  • Loading branch information
RajendraUppu committed Oct 12, 2022
1 parent 6ef6eae commit 70ad875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/2.installation.md
Expand Up @@ -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

Expand Down
Expand Up @@ -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'
Expand Down

0 comments on commit 70ad875

Please sign in to comment.