aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJeff Dutil <jdutil21@gmail.com>2011-08-16 23:04:16 -0400
committerJeff Dutil <jdutil21@gmail.com>2011-08-16 23:04:16 -0400
commit6eadf5d192f208d21f876603a0a1607fa80bb68a (patch)
tree5feebd7ce0ee4dccbee2700ccf5db63868ca3f2b /railties
parentf302370c0527cd5f24889e7068134e59b65b40f1 (diff)
downloadrails-6eadf5d192f208d21f876603a0a1607fa80bb68a.tar.gz
rails-6eadf5d192f208d21f876603a0a1607fa80bb68a.tar.bz2
rails-6eadf5d192f208d21f876603a0a1607fa80bb68a.zip
Fix typo in i18n.textile header and remove extra whitespace.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/i18n.textile3
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile
index 0c8e4e974d..4b6b08bcec 100644
--- a/railties/guides/source/i18n.textile
+++ b/railties/guides/source/i18n.textile
@@ -1,4 +1,4 @@
-lh2. Rails Internationalization (I18n) API
+h2. Rails Internationalization (I18n) API
The Ruby I18n (shorthand for _internationalization_) gem which is shipped with Ruby on Rails (starting from Rails 2.2) provides an easy-to-use and extensible framework for *translating your application to a single custom language* other than English or for *providing multi-language support* in your application.
@@ -796,7 +796,6 @@ h5. Active Support Methods
* +Array#to_sentence+ uses format settings as given in the "support.array":https://github.com/rails/rails/blob/master/activesupport/lib/active_support/locale/en.yml#L30 scope.
-
h3. Customize your I18n Setup
h4. Using Different Backends