docs: fix typo (#732)

This commit is contained in:
kazuya kawaguchi 2021-10-12 11:08:26 +09:00 committed by GitHub
parent e531b65a32
commit daf582662c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Nuxt 3 migration guide. Work in progress 🚧
## Nuxt 2 to Nuxt 3
At the moment, there is no Nuxt 2 to Nuxt 3 migration guide nor is it recommanded due to potentially more changes coming.
At the moment, there is no Nuxt 2 to Nuxt 3 migration guide nor is it recommended due to potentially more changes coming.
We are working to provide a stable migration guide and tooling to make it as smooth as possible. Please check [Bridge](/getting-started/bridge) for the alternative.
Some features have been dropped from Nuxt 2, some are yet to be implemented for Nuxt 3 and some are new in Nuxt 3 (and Bridge).

View File

@ -37,7 +37,7 @@ We recommend to read each concept to have a full vision of Nuxt capabilities and
Nuxt is the backbone of your Vue.js project, giving structure to build your project with confidence while keeping flexibility.
Extendable with a strong module ecosystem and hooks engine, it makes it easy to connect your REST or GraphQL endpoints, favourites CMS, CSS frameworks and more. PWA and AMP support is only a module away from your Nuxt project.
Extendable with a strong module ecosystem and hooks engine, it makes it easy to connect your REST or GraphQL endpoints, favorites CMS, CSS frameworks and more. PWA and AMP support is only a module away from your Nuxt project.
::alert{type=info icon=👍}
Ready to try? Head over the [Installation section](/getting-started/installation).

View File

@ -10,7 +10,7 @@ head.title: Nuxt directory
The `.nuxt` directory is used by Nuxt in development to generate your Vue application.
::alert{type=warning}
You should not touch any files inside since the whole directory will be re-create when running `nuxt dev`
You should not touch any files inside since the whole directory will be re-created when running `nuxt dev`
::
This directory is interesting if you want to learn more about the files Nuxt generates based on your directory structure.