docs: corrected spelling

This commit is contained in:
Pavel Ermolin 2018-02-28 17:18:32 +00:00 committed by GitHub
parent 97e24930bc
commit eb0ea92700
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