Skip to content

Commit 5956ef3

Browse files
ddubravaandrewseguin
authored andcommitted
docs(material/autocomplete): change documentation for the optionActivated event (#24844)
Fixes #24799 (cherry picked from commit 6266270)
1 parent 32bb18d commit 5956ef3

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
@@ -172,7 +172,7 @@ export abstract class _MatAutocompleteBase
172172
/** Event that is emitted when the autocomplete panel is closed. */
173173
@Output() readonly closed: EventEmitter<void> = new EventEmitter<void>();
174174

175-
/** Emits whenever an option is activated using the keyboard. */
175+
/** Emits whenever an option is activated. */
176176
@Output() readonly optionActivated: EventEmitter<MatAutocompleteActivatedEvent> =
177177
new EventEmitter<MatAutocompleteActivatedEvent>();
178178

0 commit comments

Comments
 (0)