Merge pull request #9936 from manuth/patch-9

Update Grouping_DataObject_Sets.md
This commit is contained in:
Daniel Hensby 2021-05-14 20:16:48 +01:00 committed by GitHub
commit 414a9e4ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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