diff --git a/apps/material-react-table-docs/pages/docs/examples/popover-filters.mdx b/apps/material-react-table-docs/pages/docs/examples/popover-filters.mdx index 5c1afe0b5..c4b9b44a8 100644 --- a/apps/material-react-table-docs/pages/docs/examples/popover-filters.mdx +++ b/apps/material-react-table-docs/pages/docs/examples/popover-filters.mdx @@ -19,7 +19,7 @@ import Examples from '../../../example-groups/FilteringExamples'; ## Popover Filters Example -Material React Table supports displaying column filters in other ways than in the default sub-header location. This example shows how to only show column filters when the user clicks on the filter icon in the header, and then display the filters in a popover. Learn more in the full [Column Filtering Feature Guide](/docs/guides/column-filtering). +Material React Table supports displaying column filters in other ways than in the default sub-header location. This example shows how to only display column filters when the user clicks on the filter icon in the header and then display the filters in a popover. Learn more in the full [Column Filtering Feature Guide](/docs/guides/column-filtering).