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

docs: fix typo #8129

Merged
merged 2 commits into from Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 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:
danielroe marked this conversation as resolved.
Show resolved Hide resolved

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