diff options
author | George Claghorn <george.claghorn@gmail.com> | 2018-09-20 16:09:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 16:09:49 -0400 |
commit | b45b96b91fc62e7488002cb05c96ec78577f7873 (patch) | |
tree | e9e259f9dec2b18ed6ecc6ed06b17d42e9c878c9 /guides | |
parent | b71c024be49179b5148189229d17db77d91504b7 (diff) | |
parent | c1fdec84d611b8ee0e8504d4aa76f9448f75ab54 (diff) | |
download | rails-b45b96b91fc62e7488002cb05c96ec78577f7873.tar.gz rails-b45b96b91fc62e7488002cb05c96ec78577f7873.tar.bz2 rails-b45b96b91fc62e7488002cb05c96ec78577f7873.zip |
Merge pull request #33930 from bogdanvlviv/correct-spelling-in-33891
Correct spelling in "Contributing to Ruby on Rails" guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
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 9678a4c528..e2493ad5f6 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -491,7 +491,7 @@ Add the new remote to your local repository on your local machine: $ git remote add fork https://github.com/<your user name>/rails.git ``` -You may have cloned your local repository from rails/rails or you may have cloned from your forked repository. To avoid ambigity the following git commands assume that you have made a "rails" remote that points to rails/rails. +You may have cloned your local repository from rails/rails or you may have cloned from your forked repository. To avoid ambiguity the following git commands assume that you have made a "rails" remote that points to rails/rails. ```bash $ git remote add rails https://github.com/rails/rails.git |