From 077c573ea888677cae7c10ffa92a44568fee286e Mon Sep 17 00:00:00 2001 From: Naaajii Date: Wed, 16 Aug 2023 23:56:50 +0500 Subject: [PATCH] docs(material/autocomplete): fix autocomplete typo --- src/material/autocomplete/autocomplete.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/autocomplete/autocomplete.ts b/src/material/autocomplete/autocomplete.ts index 8d5e3f614f9c..33a436245470 100644 --- a/src/material/autocomplete/autocomplete.ts +++ b/src/material/autocomplete/autocomplete.ts @@ -210,7 +210,7 @@ export class MatAutocomplete /** * Whether the user is required to make a selection when they're interacting with the - * autocomplete. If the user moves away from the autcomplete without selecting an option from + * autocomplete. If the user moves away from the autocomplete without selecting an option from * the list, the value will be reset. If the user opens the panel and closes it without * interacting or selecting a value, the initial value will be kept. */