fixed grammatical error (it's --> its) (#7887)

Merge pull request 7887
This commit is contained in:
Arthur Zey 2019-11-02 04:35:12 -07:00 committed by jekyllbot
parent 51a07aea53
commit 2fb2268b57
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ collections:
``` ```
<div class="note"> <div class="note">
<p>When defining a collection as a sequence, it's pages will not be rendered by default. To enable this, <code>output: true</code> must be specified on the collection, which requires defining the collection as a mapping. For more information, see the section <a href="#output">Output</a></p> <p>When defining a collection as a sequence, its pages will not be rendered by default. To enable this, <code>output: true</code> must be specified on the collection, which requires defining the collection as a mapping. For more information, see the section <a href="#output">Output</a></p>
</div> </div>
<div class="note"> <div class="note">