Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Missing period causing ordered list to not render properly.
  • Loading branch information
zph committed May 13, 2013
1 parent 9e97b51 commit 2ee2095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ee2095

Please sign in to comment.