From 6d652458c45767caef25274d8d7e62fe96754c54 Mon Sep 17 00:00:00 2001 From: Nick-Rivera <35855731+Nick-Rivera@users.noreply.github.com> Date: Wed, 31 Jan 2018 22:40:46 -0800 Subject: [PATCH] Fixed typo in docs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The words “with in” should be changed to “within.” --- content/getting-started/directory-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started/directory-structure.md b/content/getting-started/directory-structure.md index 2403d1812..f8b4cced6 100644 --- a/content/getting-started/directory-structure.md +++ b/content/getting-started/directory-structure.md @@ -38,7 +38,7 @@ Running the `hugo new site` generator from the command line will create a direct ## Directory Structure Explained -The following is a high-level overview of each of the directories with links to each of their respective sections with in the Hugo docs. +The following is a high-level overview of each of the directories with links to each of their respective sections within the Hugo docs. [`archetypes`](/content-management/archetypes/) : You can create new content files in Hugo using the `hugo new` command.