From 4de89323f7e8c2454a9659bd158c79f77cc3d27f Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 14 May 2021 15:43:44 +0200 Subject: [PATCH] Update Grouping_DataObject_Sets.md --- .../00_Model/How_Tos/Grouping_DataObject_Sets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/00_Model/How_Tos/Grouping_DataObject_Sets.md b/docs/en/02_Developer_Guides/00_Model/How_Tos/Grouping_DataObject_Sets.md index f30038190..5609cde74 100644 --- a/docs/en/02_Developer_Guides/00_Model/How_Tos/Grouping_DataObject_Sets.md +++ b/docs/en/02_Developer_Guides/00_Model/How_Tos/Grouping_DataObject_Sets.md @@ -143,7 +143,7 @@ class Page extends SiteTree } } ``` -The final step is the render this into the template using the [GroupedList::GroupedBy()](api:SilverStripe\ORM\GroupedList::GroupedBy()) method. +The final step is to render this into the template using the [GroupedList::GroupedBy()](api:SilverStripe\ORM\GroupedList::GroupedBy()) method. ```ss // Modules list grouped by the Month Posted