Skip to content

Commit e3fb097

Browse files
committed
fix: typo in test
1 parent eea04ca commit e3fb097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parsers.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('parsers', function () {
4444
returnError: true
4545
})
4646
}, function (err) {
47-
assert.strictEqual(err.message, 'The options argument contains the property "returnError" that is either unkown or of a wrong type')
47+
assert.strictEqual(err.message, 'The options argument contains the property "returnError" that is either unknown or of a wrong type')
4848
assert(err instanceof TypeError)
4949
return true
5050
})

0 commit comments

Comments
 (0)