Update posts.md (#7360)

Merge pull request 7360
This commit is contained in:
Tushar Prajapati 2018-11-07 19:48:37 +05:30 committed by jekyllbot
parent 22d9936042
commit e3f9c452b6
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ tags: [hot, summer]
```
Jekyll makes the categories available to us at `site.categories`. Iterating over
`site.categories` on a page gives as another array with two items, the first
`site.categories` on a page gives us another array with two items, the first
item is the name of the category and the second item is an array of posts in that
category.