diff --git a/docs/content/1.getting-started/3.views.md b/docs/content/1.getting-started/3.views.md index b41fd9a89cd..8a16b3ae17a 100644 --- a/docs/content/1.getting-started/3.views.md +++ b/docs/content/1.getting-started/3.views.md @@ -21,7 +21,7 @@ By default, Nuxt will treat this file as the **entrypoint** and render its conte ``` ::alert -If you are familiar with Vue, you might wonder where `main.js` is (the file is that normally creates a Vue app). Nuxt does this behind the scene. +If you are familiar with Vue, you might wonder where `main.js` is (the file that normally creates a Vue app). Nuxt does this behind the scene. :: ## Components