diff --git a/docs/content/1.docs/1.getting-started/1.introduction.md b/docs/content/1.docs/1.getting-started/1.introduction.md index 29a187cb50..22963a4795 100644 --- a/docs/content/1.docs/1.getting-started/1.introduction.md +++ b/docs/content/1.docs/1.getting-started/1.introduction.md @@ -14,12 +14,12 @@ image: #title Introduction #description -Nuxt provides provides both frontend and backend functionality so you can focus on what matters: creating your web application. +Nuxt provides both frontend and backend functionality so you can focus on what matters: Creating your web application. :: ## What is Nuxt? -To understand what Nuxt is, we need to understand what we need to create a modern application: +To understand what Nuxt is, we need to understand what we need in order to create a modern application: ::docs-card-list ::docs-card #extraTitle @@ -67,7 +67,7 @@ Nuxt uses Vue.js as a view engine. All Vue 3 capabilities are available in Nuxt. ### Automation and conventions -Nuxt uses conventions and an opinionated directory structure to automate repetitive tasks and allow developers to focus on what matters. The configuration file can still customize and override its default behaviors. +Nuxt uses conventions and an opinionated directory structure to automate repetitive tasks and allow developers to focus on pushing features. The configuration file can still customize and override its default behaviors. ::list{type=success} - Auto-imports