aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-02 19:35:02 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-02 19:35:02 +0530
commitef0f633c66d8eac6612c118c66ccf1b096bd4d3e (patch)
tree6450678fe833e162413bd141f1092914343c4448 /guides/source/contributing_to_ruby_on_rails.md
parente0326f56b41ef4e1d41fd327259873992d894736 (diff)
downloadrails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.tar.gz
rails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.tar.bz2
rails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.zip
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.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 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.