Fix minor typo in CONTRIBUTING.md

This commit is contained in:
Tuncer Ayaz 2014-09-06 16:11:08 +02:00
parent c074240b1f
commit 232488c265

View file

@ -71,7 +71,7 @@ Committing your changes
-----------------------
Please ensure that all commits pass all tests, and do not have extra Dialyzer warnings.
To do that run `make check`. If you didn't build via `make debug` at first, the beam files in
To do that, run `make check`. If you didn't build via `make debug` at first, the beam files in
`ebin/` might be missing debug_info required for [xref](http://www.erlang.org/doc/man/xref.html)
and [Dialyzer](http://www.erlang.org/doc/man/dialyzer.html), causing a test
failure.