From 63180b19f82073851a6a485015531c921c3fcdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 7 Jan 2018 12:13:37 +0100 Subject: [PATCH] Fix: Add missing period (unrelated) --- docs/_docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index cf423d9688c..bc2454b19c2 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -49,7 +49,7 @@ defaults:
Gather your collections {%- include docs_version_badge.html version="3.7.0" -%}
-

You can optionally specify a directory to store all your collections in the same place with collections_dir: my_collections

+

You can optionally specify a directory to store all your collections in the same place with collections_dir: my_collections.

Then Jekyll will look in my_collections/_books for the books collection, and in my_collections/_recipes for the recipes collection.