From 7ff887529b8d2499cb084579967710f5902badf2 Mon Sep 17 00:00:00 2001 From: Nelson Dominguez Date: Thu, 14 Dec 2023 20:21:29 +0100 Subject: [PATCH] docs(material/list): fix grammer in MAT_LIST_CONFIG token description --- src/material/list/tokens.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');