Skip to content

Commit 04a95c7

Browse files
mattleffandrewseguin
authored andcommitted
Fix incorrect term in table documentation (#16138)
1 parent 09427f5 commit 04a95c7

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)