Skip to content

Commit 22b7d71

Browse files
mattleffjosephperrott
authored andcommitted
Fix incorrect term in table documentation (#16138)
1 parent c5d40a0 commit 22b7d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/table/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ For more information on using and configuring the sorting behavior, check out th
187187
[matSort docs](https://material.angular.io/components/sort/overview).
188188

189189
The `MatSort` is one provided solution to sorting your table's data, but it is not the only option.
190-
In fact, the table can work with any custom pagination UI or strategy since the `MatTable` and
190+
In fact, the table can work with any custom sorting UI or strategy since the `MatTable` and
191191
its interface is not tied to any one specific implementation.
192192

193193
#### Filtering

0 commit comments

Comments
 (0)