Skip to content

Commit c1fdec8

Browse files
committed
Correct spelling in "Contributing to Ruby on Rails" guide [ci skip]
ambigity -> ambiguity Related to rails#33891
1 parent b71c024 commit c1fdec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/contributing_to_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Add the new remote to your local repository on your local machine:
491491
$ git remote add fork https://github.com/<your user name>/rails.git
492492
```
493493

494-
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.
494+
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.
495495

496496
```bash
497497
$ git remote add rails https://github.com/rails/rails.git

0 commit comments

Comments
 (0)