aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-03-25 20:54:34 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-03-25 20:54:34 +0900
commit0725007fa457bdbbf49c333f8333d5e540ee9a15 (patch)
tree7d586d1402180266bd11842598e69aeaa1584f5d /guides/source
parent0db928a63aee9ab5d9c277d551f17e28d860c8ae (diff)
downloadrails-0725007fa457bdbbf49c333f8333d5e540ee9a15.tar.gz
rails-0725007fa457bdbbf49c333f8333d5e540ee9a15.tar.bz2
rails-0725007fa457bdbbf49c333f8333d5e540ee9a15.zip
s/Github/GitHub/
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index d02bee5f02..c6984b4a41 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -190,7 +190,7 @@ $ cd rails
$ git checkout -b my_new_branch
```
-It doesn’t matter much what name you use, because this branch will only exist on your local computer and your personal repository on Github. It won't be part of the Rails Git repository.
+It doesn’t matter much what name you use, because this branch will only exist on your local computer and your personal repository on GitHub. It won't be part of the Rails Git repository.
### Write Your Code