Skip to content

Commit

Permalink
fix(dialog): update info comment with autocomplete -> autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
kkachniarz220 authored Mar 22, 2024
1 parent c769f62 commit fc4c999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialog/internal/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class Dialog extends LitElement {
* Opens the dialog and fires a cancelable `open` event. After a dialog's
* animation, an `opened` event is fired.
*
* Add an `autocomplete` attribute to a child of the dialog that should
* Add an `autofocus` attribute to a child of the dialog that should
* receive focus after opening.
*
* @return A Promise that resolves after the animation is finished and the
Expand Down

0 comments on commit fc4c999

Please sign in to comment.