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 e8a99f5 commit 665d6cbCopy full SHA for 665d6cb
lib/node_modules/@stdlib/array/fixed-endian-factory/test/test.every.js
@@ -83,7 +83,7 @@ tape( 'the method throws an error if invoked with a `this` context which is not
83
}
84
});
85
86
-tape( 'the method throws an error if provided a first arguement which is not a function', function test( t ) {
+tape( 'the method throws an error if provided a first argument which is not a function', function test( t ) {
87
var values;
88
var ctor;
89
var arr;
0 commit comments