diff options
author | Carlos Gavino <cs.gavino@gmail.com> | 2017-01-28 20:27:09 +0800 |
---|---|---|
committer | Carlos Gavino <cs.gavino@gmail.com> | 2017-01-28 21:05:25 +0800 |
commit | d81f2953f4c4399b0bf7188944025675f066dc78 (patch) | |
tree | 15d3c714f8254cac84732a20d436ce22f446c197 /guides | |
parent | 1cec84ad2ddd843484ed40b1eb7492063ce71baf (diff) | |
download | rails-d81f2953f4c4399b0bf7188944025675f066dc78.tar.gz rails-d81f2953f4c4399b0bf7188944025675f066dc78.tar.bz2 rails-d81f2953f4c4399b0bf7188944025675f066dc78.zip |
Fix judgement spelling [ci skip]
`judgment` is the preferred form as Rails usually follows en-us spelling
not en-gb.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
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. |