diff options
author | Xavier Noria <fxn@hashref.com> | 2013-12-02 06:17:09 -0800 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-12-02 06:17:09 -0800 |
commit | d362ee17dbd1a500fc2e0331025845d8d38977e7 (patch) | |
tree | c0401093f7f5640bca964612d2af7a678300c688 /guides/source/contributing_to_ruby_on_rails.md | |
parent | f7e527b1f55a109a56ede2f16dccf258f608ee9a (diff) | |
parent | ef0f633c66d8eac6612c118c66ccf1b096bd4d3e (diff) | |
download | rails-d362ee17dbd1a500fc2e0331025845d8d38977e7.tar.gz rails-d362ee17dbd1a500fc2e0331025845d8d38977e7.tar.bz2 rails-d362ee17dbd1a500fc2e0331025845d8d38977e7.zip |
Merge pull request #13117 from akshay-vishnoi/typo
Typo and grammatical fixes [ci skip]
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-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 a6956eb009..814237ba22 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -55,7 +55,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 mis-behaving. Sometimes, +anything that fixes already existing behavior that is misbehaving. 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. |