1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update contributing_to_ruby_on_rails.md

Escape hyphen
This commit is contained in:
Harshad Sabne 2013-12-01 15:07:21 +05:30
parent f4804fafec
commit 41ba51f485

View file

@ -259,7 +259,7 @@ workflow with the [rails-dev-box](https://github.com/rails/rails-dev-box).
As a compromise, test what your code obviously affects, and if the change is
not in railties run the whole test suite of the affected component. If all is
green that's enough to propose your contribution. We have [Travis CI](https://travis-ci.org/rails/rails)
green that's enough to propose your contribution. We have [Travis CI](https://travis\-ci.org/rails/rails)
as a safety net for catching unexpected breakages
elsewhere.