aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_ruby_on_rails.textile
diff options
context:
space:
mode:
authorJo Liss <joliss42@gmail.com>2012-01-08 20:49:53 +0100
committerJo Liss <joliss42@gmail.com>2012-01-08 20:49:53 +0100
commitd7aff288b145540bc528b97eb306b42c3a60d31b (patch)
treebbbf2ef67573969e2b06a8ae49abcc7f7b98686f /railties/guides/source/contributing_to_ruby_on_rails.textile
parent6e4183fabbd08449e3f3a62386367a19b19579eb (diff)
downloadrails-d7aff288b145540bc528b97eb306b42c3a60d31b.tar.gz
rails-d7aff288b145540bc528b97eb306b42c3a60d31b.tar.bz2
rails-d7aff288b145540bc528b97eb306b42c3a60d31b.zip
Substitute "gem" for "plugin" in contributing guide
Diffstat (limited to 'railties/guides/source/contributing_to_ruby_on_rails.textile')
-rw-r--r--railties/guides/source/contributing_to_ruby_on_rails.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index 92cb0774de..4fa7fd40c8 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -380,9 +380,9 @@ Now you need to get other people to look at your patch, just as you've looked at
h4. Iterate as Necessary
-It’s entirely possible that the feedback you get will suggest changes. Don’t get discouraged: the whole point of contributing to an active open source project is to tap into community knowledge. If people are encouraging you to tweak your code, then it’s worth making the tweaks and resubmitting. If the feedback is that your code doesn’t belong in the core, you might still think about releasing it as a plugin.
+It’s entirely possible that the feedback you get will suggest changes. Don’t get discouraged: the whole point of contributing to an active open source project is to tap into community knowledge. If people are encouraging you to tweak your code, then it’s worth making the tweaks and resubmitting. If the feedback is that your code doesn’t belong in the core, you might still think about releasing it as a gem.
-And then...think about your next contribution!
+And then ... think about your next contribution!
h3. Rails Contributors