diff --git a/packages/lit-dev-content/src/components/litdev-ripple-icon-button.ts b/packages/lit-dev-content/src/components/litdev-ripple-icon-button.ts index 1a699dd2f..97933bd5c 100644 --- a/packages/lit-dev-content/src/components/litdev-ripple-icon-button.ts +++ b/packages/lit-dev-content/src/components/litdev-ripple-icon-button.ts @@ -174,7 +174,7 @@ export class LitDevRippleIconButton extends LitElement { aria-live=${this.live ? this.live : nothing} aria-label=${this.label ? this.label : nothing} aria-haspopup=${this.haspopup ? this.haspopup : nothing} - aria-describedby=${this.describedby ? "ripple" : nothing} + aria-describedby=${this.describedby ? 'ripple' : nothing} aria-expanded=${this.expanded ? this.expanded : nothing} aria-controls=${this.controls ? this.controls : nothing} ?disabled=${this.disabled}