diff options
author | Dan Pickett <dpickett@enlightsolutions.com> | 2011-05-10 20:55:59 -0400 |
---|---|---|
committer | Dan Pickett <dpickett@enlightsolutions.com> | 2011-05-10 20:56:10 -0400 |
commit | d10a1b5739730425fc5a103f8fd7eb15b6e34db8 (patch) | |
tree | a06359b78ad47404f2dffaad691164ddf03e46e1 /railties/guides/source/contributing_to_ruby_on_rails.textile | |
parent | ab880b9eb0aab83e9c000a89e9f0ca636a8b9f78 (diff) | |
download | rails-d10a1b5739730425fc5a103f8fd7eb15b6e34db8.tar.gz rails-d10a1b5739730425fc5a103f8fd7eb15b6e34db8.tar.bz2 rails-d10a1b5739730425fc5a103f8fd7eb15b6e34db8.zip |
fix bad encoding on contributing to RoR page
Diffstat (limited to 'railties/guides/source/contributing_to_ruby_on_rails.textile')
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index fecc7b5e43..a48355a833 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -361,7 +361,7 @@ $ git push mine master h4. Issue a Pull Request -Navigate to the Rails repository you just pushed to (e.g. https://github.com/<your user name>/rails) and press "Pull Request" in the upper right hand corner. +Navigate to the Rails repository you just pushed to (e.g. https://github.com/<your user name>/rails) and press "Pull Request" in the upper right hand corner. Ensure the changesets you introduced are included in the "Commits" tab and that the "Files Changed" incorporate all of your changes. |