aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.md
diff options
context:
space:
mode:
authorMehmet Emin İNAÇ <mehmetemininac@gmail.com>2016-02-15 15:28:15 +0200
committerMehmet Emin İNAÇ <mehmetemininac@gmail.com>2016-02-15 16:09:11 +0200
commit804b4092e8f88ced525394a39849168d0285f7d4 (patch)
tree2e1e212cbd418592b24d2ed94449e8eea83fda47 /guides/source/i18n.md
parent4feb34ddf291ac4985ea2403a0879b5839047074 (diff)
downloadrails-804b4092e8f88ced525394a39849168d0285f7d4.tar.gz
rails-804b4092e8f88ced525394a39849168d0285f7d4.tar.bz2
rails-804b4092e8f88ced525394a39849168d0285f7d4.zip
Fix small typo in Rails guides [ci skip]
Diffstat (limited to 'guides/source/i18n.md')
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 5bbd4048b9..56b0c6c812 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -25,7 +25,7 @@ After reading this guide, you will know:
* How I18n works in Ruby on Rails
* How to correctly use I18n into a RESTful application in various ways
-* How to use I18n to translate ActiveRecord errors or ActionMailer E-mail subjects
+* How to use I18n to translate Active Record errors or Action Mailer E-mail subjects
* Some other tools to go further with the translation process of your application
--------------------------------------------------------------------------------