From fc4c9992f8827e2a07e5c0b32cc48a065356cf29 Mon Sep 17 00:00:00 2001 From: kkachniarz Date: Fri, 22 Mar 2024 08:15:23 +0100 Subject: [PATCH] fix(dialog): update info comment with autocomplete -> autofocus --- dialog/internal/dialog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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