Skip to content

Commit 960c004

Browse files
committed
spelling: unknown
1 parent 262623a commit 960c004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/api_streamhelper/on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Register a listener on an event.
88

99
__Returns__ : The current StreamHelper object, for chaining.
1010

11-
__Throws__ : An exception if the event is unkown.
11+
__Throws__ : An exception if the event is unknown.
1212

1313
## Arguments
1414

test/helpers/test-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
};
199199
JSZipTestUtils.base64encode = function(input) {
200200
if (!(input in base64Dict)){
201-
throw new Error("unkown key '" + input + "' in the base64 dictionary");
201+
throw new Error("unknown key '" + input + "' in the base64 dictionary");
202202
}
203203
return base64Dict[input];
204204
};

0 commit comments

Comments
 (0)