diff --git a/ui/src/javascript/web-components/web-disclosure.ts b/ui/src/javascript/web-components/web-disclosure.ts index fdfa69e..b5f5a25 100644 --- a/ui/src/javascript/web-components/web-disclosure.ts +++ b/ui/src/javascript/web-components/web-disclosure.ts @@ -16,7 +16,7 @@ export default class WebDisclosure extends HTMLElement { this.init(); - // NOTE: There are NO event listeners here. All events are handled by the external 'discloure()' dependency. + // NOTE: There are NO event listeners here. All events are handled by the external 'disclosure()' dependency. } private init(): void {