Skip to content

Commit 1417387

Browse files
crisbetotinayuangao
authored andcommitted
chore: fix lint warning (#9709)
Fixes a lint warning due to a PR that was opened after the HTML escaping rule was introduced. Side note: it seems like the rule catches things like `->` as HTML tags.
1 parent 535dcf1 commit 1417387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sort/sort-header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const _MatSortHeaderMixinBase = mixinDisabled(MatSortHeaderBase);
4141
export type ArrowViewState = SortDirection | 'hint' | 'active';
4242

4343
/**
44-
* States describing the arrow's animated position (animating fromState -> toState).
44+
* States describing the arrow's animated position (animating fromState to toState).
4545
* If the fromState is not defined, there will be no animated transition to the toState.
4646
* @docs-private
4747
*/

0 commit comments

Comments
 (0)