Skip to content

Commit

Permalink
Merge pull request #395 from zph/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in documentation
  • Loading branch information
sferik committed May 13, 2013
2 parents 9e97b51 + 2ee2095 commit 6f1d190
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 6f1d190

Please sign in to comment.