Skip to content

Commit fc4c999

Browse files
fix(dialog): update info comment with autocomplete -> autofocus
1 parent c769f62 commit fc4c999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialog/internal/dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export class Dialog extends LitElement {
160160
* Opens the dialog and fires a cancelable `open` event. After a dialog's
161161
* animation, an `opened` event is fired.
162162
*
163-
* Add an `autocomplete` attribute to a child of the dialog that should
163+
* Add an `autofocus` attribute to a child of the dialog that should
164164
* receive focus after opening.
165165
*
166166
* @return A Promise that resolves after the animation is finished and the

0 commit comments

Comments
 (0)