Make the comment correspond to the code. A good catch by lit-analyzer.

This commit is contained in:
Ken Sternberg
2024-11-01 14:50:38 -07:00
parent dca9d84ff3
commit 6f2996a43e

View File

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