Skip to content

Commit c20d665

Browse files
chore(grid): fix typo
1 parent 1a33f7d commit c20d665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 22
1212

1313
The Grid component offers support for filtering.
1414

15-
To enable sorting, set the grid's `Filterable` property to `true`.
15+
To enable filtering, set the grid's `Filterable` property to `true`.
1616

1717
The grid will render a row below the column headers with UI that you can use to fill in the filter criteria. You can click outside of the filter to execute the default operator, or click a button to choose a different filter operator (like "contains", "greater than" and so on).
1818

0 commit comments

Comments
 (0)