aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorTony Miller <mcfiredrill@gmail.com>2015-07-10 23:32:28 +0900
committerTony Miller <mcfiredrill@gmail.com>2015-07-10 23:32:28 +0900
commitf0e922fe4ce5fb836ebe327b3f946aab6f00b31b (patch)
tree12327b0141657020ca314b497952cd0f6877ddab /guides/source/contributing_to_ruby_on_rails.md
parenteb10496a1c3d9fe58b91aa0ec17d9f218738d5dc (diff)
downloadrails-f0e922fe4ce5fb836ebe327b3f946aab6f00b31b.tar.gz
rails-f0e922fe4ce5fb836ebe327b3f946aab6f00b31b.tar.bz2
rails-f0e922fe4ce5fb836ebe327b3f946aab6f00b31b.zip
[ci skip] change sentence about reporting bugs in contributing guide
I think I know what this sentence is trying to say, but the sentence didn't really make sense, bugs don't fix things! How about this take on it? :sweat_smile:
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-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 846b8a007d..118094ccf1 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -61,7 +61,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 fixes already existing behavior that is misbehaving. Sometimes,
+anything that causes already existing behavior to behave incorrectly. Sometimes,
the core team will have to make a judgement 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.