From ded71608b4242735516b6eee6930fad9e471a3ff Mon Sep 17 00:00:00 2001 From: Adewale Adeyemi <113855742+dev-adewale@users.noreply.github.com> Date: Mon, 24 Oct 2022 09:06:39 +0100 Subject: [PATCH] docs: fix typo (#8427) --- docs/content/1.getting-started/3.views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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