Skip to content

Commit

Permalink
fix: Sentence correction
Browse files Browse the repository at this point in the history
  • Loading branch information
EmersonRabelo committed Feb 9, 2024
1 parent f726e2d commit f8e62de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Util', () => {
});

describe('assertString', () => {
it('Should throw an error if no argument is provided, undefined', () => {
it('Should throw an error if argument provided is an undefined', () => {
assert.throws(() => { assertString(); }, TypeError);
});

Expand Down

0 comments on commit f8e62de

Please sign in to comment.