From eb0ea9270025c480c934e83ebbf4d99ba4bb7c8b Mon Sep 17 00:00:00 2001 From: Pavel Ermolin Date: Wed, 28 Feb 2018 17:18:32 +0000 Subject: [PATCH] docs: corrected spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28f86cdc1..7c1153f7a 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ For more information or to download plugins, view the [documentation](http://cha ## What is Chai? -Chai is an _assertion library_, similar to Node's build in `assert`. It makes testing much easier by giving you lots of assertions you can run against your code. +Chai is an _assertion library_, similar to Node's built-in `assert`. It makes testing much easier by giving you lots of assertions you can run against your code. ## Installation