Skip to content

Commit

Permalink
js comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Mar 28, 2024
1 parent 155da69 commit 6613397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/javascript/web-components/web-disclosure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6613397

Please sign in to comment.