diff --git a/dialog/internal/dialog.ts b/dialog/internal/dialog.ts index aeb0ef583c..45ef05ef63 100644 --- a/dialog/internal/dialog.ts +++ b/dialog/internal/dialog.ts @@ -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