Skip to content

Commit

Permalink
Typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
edi9999 committed Nov 27, 2023
1 parent 3b2a85e commit 3f97e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es6/tests/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ function getZip(name) {
documentCache[name] === undefined ||
documentCache[name].loadedContent === undefined
) {
throw new Error("the file examples/" + name + " doesn't exist");
throw new Error("The file examples/" + name + " doesn't exist");
}
return new PizZip(documentCache[name].loadedContent);
}
Expand Down

0 comments on commit 3f97e57

Please sign in to comment.