Skip to content

Commit a4de169

Browse files
committed
Fix grammar
1 parent a83600e commit a4de169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/fs/read-json/test/test.async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tape( 'main export is a function', function test( t ) {
3232
t.end();
3333
});
3434

35-
tape( 'the function throws an error if provided an options argument which is neither a string or object', function test( t ) {
35+
tape( 'the function throws an error if provided an options argument which is neither a string nor object', function test( t ) {
3636
var values;
3737
var i;
3838

lib/node_modules/@stdlib/fs/read-json/test/test.sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tape( 'main export is a function', function test( t ) {
3232
t.end();
3333
});
3434

35-
tape( 'the function throws an error if provided an options argument which is neither a string or object', function test( t ) {
35+
tape( 'the function throws an error if provided an options argument which is neither a string nor object', function test( t ) {
3636
var values;
3737
var i;
3838

0 commit comments

Comments
 (0)