From 5e6bbd694159250be8d1f6d92083295d4f1964d0 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sat, 18 Mar 2017 16:03:31 -0500 Subject: [PATCH] Fix typos --- content/content-management/sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/sections.md b/content/content-management/sections.md index 62483a2e2..ab5b83115 100644 --- a/content/content-management/sections.md +++ b/content/content-management/sections.md @@ -54,7 +54,7 @@ Hugo themes developed before v0.18 often used an `index.md`(i.e., without the le ## Content *Section* vs Content *Type* -By default, everything created within a section will use the [content type][] that matches the section name. For example, Hugo will assume that `posts/post-1.md` has a `posts` content type. If you are using an [archetype][] for your posts section, Hugo will generate front matter according to what is finds in `archetypes/posts.md`. +By default, everything created within a section will use the [content type][] that matches the section name. For example, Hugo will assume that `posts/post-1.md` has a `posts` content type. If you are using an [archetype][] for your posts section, Hugo will generate front matter according to what it finds in `archetypes/posts.md`. [archetype]: /content-management/archetypes/ [content type]: /content-management/types/