From 89fffc4948711cd0dcfd5df337b35a12ade89f61 Mon Sep 17 00:00:00 2001 From: Tim Chan Date: Sat, 19 Dec 2015 09:53:08 -0800 Subject: [PATCH] Fixed typos in Readme.md. --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index abac0b8..9527b7d 100644 --- a/Readme.md +++ b/Readme.md @@ -437,7 +437,7 @@ Again see examples: ``` It does not search somewhere in depth it check all pattern in depth. Objects are checked -by properties key and value; arrays are checked like sub sequences. Everyting is compared using `.eql`. +by properties key and value; arrays are checked like sub sequences. Everything is compared using `.eql`. Main difference with `.containEql` is that this assertion requires full type chain - if asserted value is an object, otherValue should be also an object (which is sub object of given). The same is true for arrays, otherValue should be an array which compared to be subsequence of given object. @@ -542,7 +542,7 @@ Assert exception message matches string: }).should.throw('fail'); ``` -Assert exepection message matches regexp: +Assert exception message matches regexp: ```js (function(){