Skip to content

Commit

Permalink
typo, (well nothing new)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko authored Aug 23, 2020
1 parent 26c8b19 commit 79c4e01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
const modalElement = this.querySelector(`#imageModal_${this.querySelector(this.input).id}`);

if (!button || !modalElement) {
throw new Error('Misconfiguaration...');
throw new Error('Misconfiguration...');
}

modalElement.open();
Expand Down

0 comments on commit 79c4e01

Please sign in to comment.