Skip to content

Commit f8e62de

Browse files
committed
fix: Sentence correction
1 parent f726e2d commit f8e62de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/util.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('Util', () => {
2222
});
2323

2424
describe('assertString', () => {
25-
it('Should throw an error if no argument is provided, undefined', () => {
25+
it('Should throw an error if argument provided is an undefined', () => {
2626
assert.throws(() => { assertString(); }, TypeError);
2727
});
2828

0 commit comments

Comments
 (0)