From c1fdec84d611b8ee0e8504d4aa76f9448f75ab54 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Thu, 20 Sep 2018 23:05:58 +0300 Subject: Correct spelling in "Contributing to Ruby on Rails" guide [ci skip] ambigity -> ambiguity Related to #33891 --- guides/source/contributing_to_ruby_on_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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//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 -- cgit v1.2.3