Skip to content

Commit

Permalink
chore: spelling: strictly
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 6, 2018
1 parent 8cc21a8 commit 541a932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chai.js
Expand Up @@ -4998,7 +4998,7 @@ module.exports = function (chai, util) {
* an array, the array is searched for an element that's strictly equal to the
* given value. When asserting a subset of properties in an object, the object
* is searched for the given property keys, checking that each one is present
* and stricty equal to the given property value. For instance:
* and strictly equal to the given property value. For instance:
*
* var obj1 = {a: 1}
* , obj2 = {b: 2};
Expand Down
2 changes: 1 addition & 1 deletion lib/chai/interface/assert.js
Expand Up @@ -919,7 +919,7 @@ module.exports = function (chai, util) {
* an array, the array is searched for an element that's strictly equal to the
* given value. When asserting a subset of properties in an object, the object
* is searched for the given property keys, checking that each one is present
* and stricty equal to the given property value. For instance:
* and strictly equal to the given property value. For instance:
*
* var obj1 = {a: 1}
* , obj2 = {b: 2};
Expand Down

0 comments on commit 541a932

Please sign in to comment.