From 2ee2095bfc75ab011743d91225d40a02f7714549 Mon Sep 17 00:00:00 2001 From: ZPH Date: Mon, 13 May 2013 04:30:28 -0300 Subject: [PATCH] Fixed typo Missing period causing ordered list to not render properly. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce9ab1b33..2cb23475d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Ideally, a bug report should include a pull request with failing specs. 6. Run `bundle exec rake spec`. If your specs fail, return to step 5. 7. Run `open coverage/index.html`. If your changes are not completely covered by your tests, return to step 3. -8 Run `RUBYOPT=W2 bundle exec rake spec 2>&1 | grep twitter`. If your changes +8. Run `RUBYOPT=W2 bundle exec rake spec 2>&1 | grep twitter`. If your changes produce any warnings, return to step 5. 9. Add documentation for your feature or bug fix. 10. Run `bundle exec rake yard`. If your changes are not 100% documented, go