Correct typo in cm-types page

Closes rdwatters/hugo-docs-concept#94
This commit is contained in:
Ryan Watters 2017-04-20 22:03:27 -05:00
parent e63c2fb1e5
commit 1b86764964

View File

@ -55,7 +55,7 @@ layout = "birthday"
```
{{% /code %}}
By default, Hugo assumes `*.md` under `events` is of the `events` content type. However, we have specified that this particular file at `content/events/ my-first-event.md` is of type `special` and should render using the `birthday` layout.
By default, Hugo assumes `*.md` under `events` is of the `events` content type. However, we have specified that this particular file at `content/events/ my-first-event.md` is of type `event` and should render using the `birthday` layout.
### Create a Type Layout Directory