From fc062db1e9f3b19ef6ec66227320bde8681f020f Mon Sep 17 00:00:00 2001 From: Lizzy Kate Date: Mon, 20 Jan 2020 00:38:17 -0800 Subject: [PATCH] Fix YAML representation of `group_by` result (#7979) Merge pull request 7979 --- docs/_tutorials/navigation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/navigation.md b/docs/_tutorials/navigation.md index bcb9fe15..3b5eecb5 100644 --- a/docs/_tutorials/navigation.md +++ b/docs/_tutorials/navigation.md @@ -592,7 +592,7 @@ The `group_by` filter groups the collection content by `category`. More specific [ {"name": "getting-started", "items": [Sample 1, Sample 2],"size": 2}, {"name": "configuration", "items": [Topic 1, Topic 2], "size": 2}, - {"name": "deployment", "items": [Widget 1, Widget 2, "size": 2} + {"name": "deployment", "items": [Widget 1, Widget 2], "size": 2} ] ```