Minor grammar fixes (#7238)

Merge pull request 7238
This commit is contained in:
Chris Finazzo
2018-09-10 12:19:30 -04:00
committed by jekyllbot
parent 4271495fca
commit 74c185c461
7 changed files with 7 additions and 7 deletions

View File

@@ -591,7 +591,7 @@ The `group_by` filter groups the collection content by `category`. More specific
```yaml
[
{"name": "getting-started", "items": [Sample 1, Sample 2],"size": 2},
{"name": "configuration", "items": [Topic 1, Topic 2], "size": 2},
{"name": "configuration", "items": [Topic 1, Topic 2], "size": 2},
{"name": "deployment", "items": [Widget 1, Widget 2, "size": 2}
]
```