diff --git a/src/material/list/tokens.ts b/src/material/list/tokens.ts index 9f0ccb30ff0a..6fa5ace51ea0 100644 --- a/src/material/list/tokens.ts +++ b/src/material/list/tokens.ts @@ -14,5 +14,5 @@ export interface MatListConfig { hideSingleSelectionIndicator?: boolean; } -/** Injection token that can be used to provide the default options the list module. */ +/** Injection token that can be used to provide the default options for the list module. */ export const MAT_LIST_CONFIG = new InjectionToken('MAT_LIST_CONFIG');