From 541a932442fa130b35add884c4d05ab1d1384958 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 6 Mar 2018 05:01:25 +0000 Subject: [PATCH] chore: spelling: strictly --- chai.js | 2 +- lib/chai/interface/assert.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chai.js b/chai.js index 03f517457..6ccdc8c2a 100644 --- a/chai.js +++ b/chai.js @@ -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}; diff --git a/lib/chai/interface/assert.js b/lib/chai/interface/assert.js index 9c0ab0a15..792af714c 100644 --- a/lib/chai/interface/assert.js +++ b/lib/chai/interface/assert.js @@ -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};