Skip to content

Commit 0ce9f33

Browse files
committed
Merge pull request #56 from jseppi/patch-1
minor typo fix
2 parents 73f87b7 + 5dde535 commit 0ce9f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the [**must**](https://github.com/moll/js-must) author.
2727

2828
The second reason is that similar to [**lab**](https://github.com/hapijs/lab), our test runner, we wanted
2929
an assertion library that is small, simple, and intuitive - without plugins, extensions, or the overhead
30-
of having to support testing in the browser. **code** provides much of the same functionality is about
30+
of having to support testing in the browser. **code** provides much of the same functionality in about
3131
300 lines of code that are trivial to read in a few minutes.
3232

3333
And last, we wanted to experiment with some new features that allow deeper integration between the test
@@ -40,4 +40,4 @@ Like **lab**, the goal is to keep this module small and simple. If you need exte
4040
functionality, we recommend looking at the many other excellent assertions libraries available.
4141

4242
## API
43-
See the [API Reference](API.md).
43+
See the [API Reference](API.md).

0 commit comments

Comments
 (0)