mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
Merge pull request #1141 from Powell-v2/patch-1
docs: corrected spelling
This commit is contained in:
commit
25010c9884
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue