diff options
author | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-29 21:22:33 -0300 |
---|---|---|
committer | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-29 21:22:33 -0300 |
commit | 1302bf295a2f6cbe01cae6d9fabd76437d596a28 (patch) | |
tree | af6cb697d1cf8204858000ae027ca49f7e6a6900 /railties | |
parent | 9c0196a6bb14919dbafb9da0ba8190e8fb2a7b0f (diff) | |
download | rails-1302bf295a2f6cbe01cae6d9fabd76437d596a28.tar.gz rails-1302bf295a2f6cbe01cae6d9fabd76437d596a28.tar.bz2 rails-1302bf295a2f6cbe01cae6d9fabd76437d596a28.zip |
Added missing word on guide
Diffstat (limited to 'railties')
-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 2ba088a549..6bf078cfde 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -236,7 +236,7 @@ You can also help out by examining pull requests that have been submitted to Rub $ git checkout -b testing_branch </shell> -Then you can use their remote to update your codebase. For example, let's say the github user JohnSmith has forked and pushed to the master branch located at http://github.com/JohnSmith/rails. +Then you can use their remote branch to update your codebase. For example, let's say the github user JohnSmith has forked and pushed to the master branch located at http://github.com/JohnSmith/rails. <shell> $ git remote add JohnSmith git://github.com/JohnSmith/rails.git |