Skip to content

Commit b455124

Browse files
authored
test: fix typo in test.js (#1459)
1 parent 98f4233 commit b455124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chai/utils/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var flag = require('./flag');
1313
/**
1414
* ### .test(object, expression)
1515
*
16-
* Test and object for expression.
16+
* Test an object for expression.
1717
*
1818
* @param {Object} object (constructed Assertion)
1919
* @param {Arguments} chai.Assertion.prototype.assert arguments

0 commit comments

Comments
 (0)