From e49f65bb3c61f8e0ac1f58200d2a339ef660c760 Mon Sep 17 00:00:00 2001 From: Alex Chambers Date: Wed, 5 Sep 2018 11:11:44 -0700 Subject: [PATCH] Singular to plural --- content/en/content-management/archetypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/archetypes.md b/content/en/content-management/archetypes.md index 904ca8c31..ff4a2d783 100644 --- a/content/en/content-management/archetypes.md +++ b/content/en/content-management/archetypes.md @@ -35,7 +35,7 @@ The above will create a new content file in `content/posts/my-first-post.md` usi 3. `themes/my-theme/archetypes/posts.md` 4. `themes/my-theme/archetypes/default.md` -The last two list items is only applicable if you use a theme and it uses the `my-theme` theme name as an example. +The last two list items are only applicable if you use a theme and it uses the `my-theme` theme name as an example. ## Create a New Archetype Template