We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62839b7 commit 96e4791Copy full SHA for 96e4791
lib/reader/DataReader.js
@@ -17,7 +17,7 @@ DataReader.prototype = {
17
this.checkIndex(this.index + offset);
18
},
19
/**
20
- * Check that the specifed index will not be too far.
+ * Check that the specified index will not be too far.
21
* @param {string} newIndex the index to check.
22
* @throws {Error} an Error if the index is out of bounds.
23
*/
lib/zipEntries.js
@@ -17,7 +17,7 @@ function ZipEntries(loadOptions) {
}
ZipEntries.prototype = {
- * Check that the reader is on the speficied signature.
+ * Check that the reader is on the specified signature.
* @param {string} expectedSignature the expected signature.
* @throws {Error} if it is an other signature.
0 commit comments