summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/views.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/views.md')
-rw-r--r--docs/content/en/templates/views.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/templates/views.md b/docs/content/en/templates/views.md
index b1a6451b2..eb158eed0 100644
--- a/docs/content/en/templates/views.md
+++ b/docs/content/en/templates/views.md
@@ -27,11 +27,11 @@ The following are common use cases for content views:
## Create a Content View
-To create a new view, create a template in each of your different content type directories with the view name. The following example contains an "li" view and a "summary" view for the `post` and `project` content types. As you can see, these sit next to the [single content view][single] template, `single.html`. You can even provide a specific view for a given type and continue to use the `_default/single.html` for the primary view.
+To create a new view, create a template in each of your different content type directories with the view name. The following example contains an "li" view and a "summary" view for the `posts` and `project` content types. As you can see, these sit next to the [single content view][single] template, `single.html`. You can even provide a specific view for a given type and continue to use the `_default/single.html` for the primary view.
```
▾ layouts/
- ▾ post/
+ ▾ posts/
li.html
single.html
summary.html