aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorMalcolm Locke <malc@wholemeal.co.nz>2011-04-18 16:02:30 +1200
committerMalcolm Locke <malc@wholemeal.co.nz>2011-04-18 16:02:30 +1200
commit9556e9c9236eee70c7c69d83893024ccec7587a5 (patch)
tree162cae992f7a62ab1ecdbede2193df2ab5c1d2dd /railties/guides/source
parent9dfc2153270dcaa2f978ef52fbece99efc150bbc (diff)
downloadrails-9556e9c9236eee70c7c69d83893024ccec7587a5.tar.gz
rails-9556e9c9236eee70c7c69d83893024ccec7587a5.tar.bz2
rails-9556e9c9236eee70c7c69d83893024ccec7587a5.zip
best-of-bread -> best-of-breed
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/i18n.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile
index 24ad74485e..5478a80567 100644
--- a/railties/guides/source/i18n.textile
+++ b/railties/guides/source/i18n.textile
@@ -863,7 +863,7 @@ If you find anything missing or wrong in this guide, please file a ticket on our
h3. Contributing to Rails I18n
-I18n support in Ruby on Rails was introduced in the release 2.2 and is still evolving. The project follows the good Ruby on Rails development tradition of evolving solutions in plugins and real applications first, and only then cherry-picking the best-of-bread of most widely useful features for inclusion in the core.
+I18n support in Ruby on Rails was introduced in the release 2.2 and is still evolving. The project follows the good Ruby on Rails development tradition of evolving solutions in plugins and real applications first, and only then cherry-picking the best-of-breed of most widely useful features for inclusion in the core.
Thus we encourage everybody to experiment with new ideas and features in plugins or other libraries and make them available to the community. (Don't forget to announce your work on our "mailing list":http://groups.google.com/group/rails-i18n!)