aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorSebastian Martinez <sebastian@wyeworks.com>2011-04-29 21:22:33 -0300
committerSebastian Martinez <sebastian@wyeworks.com>2011-04-29 21:22:33 -0300
commit1302bf295a2f6cbe01cae6d9fabd76437d596a28 (patch)
treeaf6cb697d1cf8204858000ae027ca49f7e6a6900 /railties
parent9c0196a6bb14919dbafb9da0ba8190e8fb2a7b0f (diff)
downloadrails-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.textile2
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