From 2fb2268b57eec05654fa9c9986a1de839da84af4 Mon Sep 17 00:00:00 2001 From: Arthur Zey Date: Sat, 2 Nov 2019 04:35:12 -0700 Subject: [PATCH] fixed grammatical error (it's --> its) (#7887) Merge pull request 7887 --- 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 632a23fb..7701570d 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -25,7 +25,7 @@ collections: ```
-

When defining a collection as a sequence, it's pages will not be rendered by default. To enable this, output: true must be specified on the collection, which requires defining the collection as a mapping. For more information, see the section Output

+

When defining a collection as a sequence, its pages will not be rendered by default. To enable this, output: true must be specified on the collection, which requires defining the collection as a mapping. For more information, see the section Output