Skip to content

Commit a75a19a

Browse files
committed
s/arguents/arguments
1 parent d79c237 commit a75a19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tr_flags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test('--debug passed to transforms', function (t) {
3434
p = mdeps({ debug: true })
3535
p.write({
3636
transform: function (file, opts) {
37-
t.equal(opts._flags, Infinity, 'transform arguents are preserved');
37+
t.equal(opts._flags, Infinity, 'transform arguments are preserved');
3838
return through();
3939
},
4040
options: { _flags: Infinity }

0 commit comments

Comments
 (0)