From 33fe48d619c4db8bdcc3b3877ba8a0ee5dcc4f7d Mon Sep 17 00:00:00 2001 From: Karan Mistry Date: Tue, 18 Mar 2025 19:03:01 +0530 Subject: [PATCH] docs: fix typo in autocomplete by removing redundant word Remove `instead` word from autocomplete doc to fix grammatical mistake --- src/material/autocomplete/autocomplete.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/autocomplete/autocomplete.md b/src/material/autocomplete/autocomplete.md index 5f8549c541ab..12306f3f9b7d 100644 --- a/src/material/autocomplete/autocomplete.md +++ b/src/material/autocomplete/autocomplete.md @@ -64,7 +64,7 @@ desired display value. Then bind it to the autocomplete's `displayWith` property ### Require an option to be selected By default, the autocomplete will accept the value that the user typed into the input field. -Instead, if you want to instead ensure that an option from the autocomplete was selected, you can +Instead, if you want to ensure that an option from the autocomplete was selected, you can enable the `requireSelection` input on `mat-autocomplete`. This will change the behavior of the autocomplete in the following ways: 1. If the user opens the autocomplete, changes its value, but doesn't select anything, the