Complete "content" spelling under theme components

This commit is contained in:
Pieter
2017-07-21 16:44:31 +02:00
committed by Bjørn Erik Pedersen
parent e4824eb3fe
commit d212299277
+1 -1
View File
@@ -31,7 +31,7 @@ hugo new theme [name]
## Theme Components
A theme consists of templates and static assets such as javascript and css files. Themes can also provide [archetypes][], which are archetypal content types used by the `hugo new` command to scaffold new conte files with preconfigured front matter.
A theme consists of templates and static assets such as javascript and css files. Themes can also provide [archetypes][], which are archetypal content types used by the `hugo new` command to scaffold new content files with preconfigured front matter.
{{% note "Use the Hugo Generator Tag" %}}