Skip to content

Commit 46876d6

Browse files
andrewseguinjelbourn
authored andcommitted
docs(table): fix typo regarding sortChange (#9906)
1 parent 4b017ba commit 46876d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/table/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ accessor is required, then a custom `sortingDataAccessor` function can be set to
161161
default data accessor on the `MatTableDataSource`.
162162

163163
If you are not using the `MatTableDataSource`, but instead implementing custom logic to sort your
164-
data, listen to the sort's `(sortChange)` event and re-order your data according to the sort state.
164+
data, listen to the sort's `(matSortChange)` event and re-order your data according to the sort state.
165165
If you are providing a data array directly to the table, don't forget to call `renderRows()` on the
166166
table, since it will not automatically check the array for changes.
167167

0 commit comments

Comments
 (0)