From 7dec48433be15614b5e062d5a467537060113d13 Mon Sep 17 00:00:00 2001
From: Silvio Giebl <silvio.giebl@hivemq.com>
Date: Thu, 9 Jul 2020 23:51:31 +0200
Subject: [PATCH] Improved documentation for doc_collections

---
 docs/configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 3e7a1f8d..ee877529 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -24,11 +24,11 @@ View this site's [_config.yml](https://github.com/pmarsceill/just-the-docs/tree/
 
 ## Document collections
 
-By default, the navigation display normal [pages](https://jekyllrb.com/docs/pages/).
+By default, the navigation and search include normal [pages](https://jekyllrb.com/docs/pages/).
 Instead, you can also use [Jekyll collections](https://jekyllrb.com/docs/collections/).
 Collections group documents that semantically belong together.
 
-For example, to group all documentation, put all your files in the `_docs` folder and create the `docs` collection:
+For example, to group all documentation put all your files in the `_docs` folder and create the `docs` collection:
 ```yaml
 # Define Jekyll collections
 collections:
-- 
GitLab