Skip to content

Commit 2d12427

Browse files
committed
docs(autocomplete): fix typo by removing redundant word
Remove `instead` word to fix grammatical mistake
1 parent 23269f3 commit 2d12427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/material/autocomplete/autocomplete.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ desired display value. Then bind it to the autocomplete's `displayWith` property
6464
### Require an option to be selected
6565

6666
By default, the autocomplete will accept the value that the user typed into the input field.
67-
Instead, if you want to instead ensure that an option from the autocomplete was selected, you can
67+
Instead, if you want to ensure that an option from the autocomplete was selected, you can
6868
enable the `requireSelection` input on `mat-autocomplete`. This will change the behavior of
6969
the autocomplete in the following ways:
7070
1. If the user opens the autocomplete, changes its value, but doesn't select anything, the

0 commit comments

Comments
 (0)