aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 17:18:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 17:18:59 +0000
commit73ca7b0998f7cc602059d37fe6b87772aed6e54b (patch)
treef7b42af10bc7edb5684869cb847dcb0cf4416642 /doc
parent7fdd289959b7843201d31b3d596d8a907c710d5a (diff)
downloadruby-73ca7b0998f7cc602059d37fe6b87772aed6e54b.tar.gz
Fix typo in contributing docs [ci skip]
* doc/contributing.rdoc: [DOC] remove an extra word "here". [Fix GH-1169] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc
index c984fcb334..6176ba64dc 100644
--- a/doc/contributing.rdoc
+++ b/doc/contributing.rdoc
@@ -439,7 +439,7 @@ your working branch:
Now that you've got some code you want to contribute, let's get set up to
generate a patch. Start by forking the github mirror, check the {github docs on
forking}[https://help.github.com/articles/fork-a-repo] if you get stuck here.
-here. You will only need a github account if you intend to host your repository
+You will only need a github account if you intend to host your repository
on github.
Next copy the writable url for your fork and add it as a git remote, replace