From daf582662c1501a2ef8d57f4df15fc453349b57b Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 12 Oct 2021 11:08:26 +0900 Subject: [PATCH] docs: fix typo (#732) --- docs/content/1.getting-started/5.migration.md | 2 +- docs/content/2.concepts/1.introduction.md | 2 +- docs/content/3.docs/2.directory-structure/1.nuxt.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/1.getting-started/5.migration.md b/docs/content/1.getting-started/5.migration.md index ce40fa64d7..cbcd7dcc9f 100644 --- a/docs/content/1.getting-started/5.migration.md +++ b/docs/content/1.getting-started/5.migration.md @@ -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). diff --git a/docs/content/2.concepts/1.introduction.md b/docs/content/2.concepts/1.introduction.md index f25253725b..72cc0f0d9b 100644 --- a/docs/content/2.concepts/1.introduction.md +++ b/docs/content/2.concepts/1.introduction.md @@ -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). diff --git a/docs/content/3.docs/2.directory-structure/1.nuxt.md b/docs/content/3.docs/2.directory-structure/1.nuxt.md index 738e1f764d..a3da9080a9 100644 --- a/docs/content/3.docs/2.directory-structure/1.nuxt.md +++ b/docs/content/3.docs/2.directory-structure/1.nuxt.md @@ -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.