Skip to content

Commit b45b96b

Browse files
Merge pull request rails#33930 from bogdanvlviv/correct-spelling-in-33891
Correct spelling in "Contributing to Ruby on Rails" guide [ci skip]
2 parents b71c024 + c1fdec8 commit b45b96b

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)