fix(dialog): update info comment with autocomplete -> autofocus

This commit is contained in:
kkachniarz 2024-03-22 08:15:23 +01:00 committed by GitHub
parent c769f62a3a
commit fc4c9992f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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