Merge pull request #1141 from Powell-v2/patch-1

docs: corrected spelling
This commit is contained in:
Grant Snodgrass 2018-03-04 19:53:57 -05:00 committed by GitHub
commit 25010c9884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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