Skip to content

Commit 7a21919

Browse files
authored
docs(material/autocomplete): fix autocomplete typo (#27662)
1 parent ae87fcd commit 7a21919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/autocomplete/autocomplete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export class MatAutocomplete
210210

211211
/**
212212
* Whether the user is required to make a selection when they're interacting with the
213-
* autocomplete. If the user moves away from the autcomplete without selecting an option from
213+
* autocomplete. If the user moves away from the autocomplete without selecting an option from
214214
* the list, the value will be reset. If the user opens the panel and closes it without
215215
* interacting or selecting a value, the initial value will be kept.
216216
*/

0 commit comments

Comments
 (0)