From 6f2996a43e8d2a4d4c92d45ef75203ec2fbb7d62 Mon Sep 17 00:00:00 2001 From: Ken Sternberg Date: Fri, 1 Nov 2024 14:50:38 -0700 Subject: [PATCH] Make the comment correspond to the code. A good catch by lit-analyzer. --- web/src/elements/LoadingOverlay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/elements/LoadingOverlay.ts b/web/src/elements/LoadingOverlay.ts index db276a5f98..e2b8e375b3 100644 --- a/web/src/elements/LoadingOverlay.ts +++ b/web/src/elements/LoadingOverlay.ts @@ -19,7 +19,7 @@ export interface ILoadingOverlay { * The LoadingOverlay is meant to cover the container element completely, hiding the content behind * a dimming filter, while content loads. * - * @slot "body" - [Optional] message content to display while the overlay is visible. + * @slot - [Optional] message content to display while the overlay is visible. */ @customElement("ak-loading-overlay") export class LoadingOverlay extends AKElement implements ILoadingOverlay {