aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2017-01-28 13:25:57 +0000
committerGitHub <noreply@github.com>2017-01-28 13:25:57 +0000
commitc1317587921688ca081f5c326285ee207fb6e957 (patch)
treeb7791cd2dbfdf04f70d37867f42f5c992b357d7c
parentbe4d551f48c8c69d06c358720b7e555a7e78bb6b (diff)
parentd81f2953f4c4399b0bf7188944025675f066dc78 (diff)
downloadrails-c1317587921688ca081f5c326285ee207fb6e957.tar.gz
rails-c1317587921688ca081f5c326285ee207fb6e957.tar.bz2
rails-c1317587921688ca081f5c326285ee207fb6e957.zip
Merge pull request #27833 from csgavino/master
Fix judgment spelling [ci skip]
-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 ab07e0c6f3..fe5437ae5d 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -67,7 +67,7 @@ can expect it to be marked "invalid" as soon as it's reviewed.
Sometimes, the line between 'bug' and 'feature' is a hard one to draw.
Generally, a feature is anything that adds new behavior, while a bug is
anything that causes incorrect behavior. Sometimes,
-the core team will have to make a judgement call. That said, the distinction
+the core team will have to make a judgment call. That said, the distinction
generally just affects which release your patch will get in to; we love feature
submissions! They just won't get backported to maintenance branches.