summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-09-06 16:11:08 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-09-06 16:11:08 +0200
commit232488c26541e87452d106b61ccb8f37afe510f7 (patch)
tree56035a0b0d2f2b665944af0bad2f361d223eba40 /CONTRIBUTING.md
parentc074240b1ffab0df28bb70bcf0ffc64054435227 (diff)
downloadrebar-232488c26541e87452d106b61ccb8f37afe510f7.tar.gz
Fix minor typo in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e0de0eb..78ebf09 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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.