aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-09-20 23:05:58 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-09-20 23:05:58 +0300
commitc1fdec84d611b8ee0e8504d4aa76f9448f75ab54 (patch)
treee9e259f9dec2b18ed6ecc6ed06b17d42e9c878c9 /guides
parentb71c024be49179b5148189229d17db77d91504b7 (diff)
downloadrails-c1fdec84d611b8ee0e8504d4aa76f9448f75ab54.tar.gz
rails-c1fdec84d611b8ee0e8504d4aa76f9448f75ab54.tar.bz2
rails-c1fdec84d611b8ee0e8504d4aa76f9448f75ab54.zip
Correct spelling in "Contributing to Ruby on Rails" guide [ci skip]
ambigity -> ambiguity Related to #33891
Diffstat (limited to 'guides')
-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 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