Skip to content

Commit 665d6cb

Browse files
committed
chore: typo fix
1 parent e8a99f5 commit 665d6cb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/test/test.every.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tape( 'the method throws an error if invoked with a `this` context which is not
8383
}
8484
});
8585

86-
tape( 'the method throws an error if provided a first arguement which is not a function', function test( t ) {
86+
tape( 'the method throws an error if provided a first argument which is not a function', function test( t ) {
8787
var values;
8888
var ctor;
8989
var arr;

0 commit comments

Comments
 (0)