diff --git a/docs/data/data-grid/recipes-row-grouping/recipes-row-grouping.md b/docs/data/data-grid/recipes-row-grouping/recipes-row-grouping.md index 90067a6eb271..3f2e363025b4 100644 --- a/docs/data/data-grid/recipes-row-grouping/recipes-row-grouping.md +++ b/docs/data/data-grid/recipes-row-grouping/recipes-row-grouping.md @@ -26,7 +26,7 @@ To sort the row groups by the number of child rows, you can override it using `g {{"demo": "RowGroupingSortByChildRows.js", "bg": "inline", "defaultCodeOpen": false}} -## Dispaying child row count in footer +## Displaying child row count in footer By default, the row count in the footer is the number of top level rows that are visible after filtering.