From eaf0628f17707b8ada8688cd543a39b11e9524b0 Mon Sep 17 00:00:00 2001 From: Josh Deltener Date: Fri, 22 Oct 2021 11:02:05 -0500 Subject: [PATCH] docs: minor grammar tweaks to the output page (#1372) --- docs/content/3.docs/2.directory-structure/2.output.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/3.docs/2.directory-structure/2.output.md b/docs/content/3.docs/2.directory-structure/2.output.md index 80ff4a20c2..59f4175afe 100644 --- a/docs/content/3.docs/2.directory-structure/2.output.md +++ b/docs/content/3.docs/2.directory-structure/2.output.md @@ -9,7 +9,7 @@ head.title: Output directory The `.output/` directory is created by Nuxt when building your application for production. ::alert{type=warning} -You should not touch any files inside since the whole directory will be re-create when running `nuxt build` +You should not touch any files inside since the whole directory will be re-created when running `nuxt build` :: -This directory is made to be used when deploying your Nuxt application to production, learn more in our [deployment section](/docs/deployment). +This directory is made to be used when deploying your Nuxt application to production. Learn more in our [deployment section](/docs/deployment).