Skip to content

Commit

Permalink
docs(material/list): fix grammar in MAT_LIST_CONFIG token description (
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkolon authored Dec 18, 2023
1 parent 22b5ebc commit 0782913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/list/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<MatListConfig>('MAT_LIST_CONFIG');

0 comments on commit 0782913

Please sign in to comment.