aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorMauro George <maurogot@gmail.com>2014-06-03 18:58:16 -0300
committerMauro George <maurogot@gmail.com>2014-06-03 18:58:16 -0300
commitd5e691a36eee3a22a2418483e006b37056e24e43 (patch)
treee6d965ec7cf27858ae113f21a9edcf079a3dfa70 /guides/source
parentf5ae49329910e7915b0de0e3be0af1c88c3a2bd8 (diff)
downloadrails-d5e691a36eee3a22a2418483e006b37056e24e43.tar.gz
rails-d5e691a36eee3a22a2418483e006b37056e24e43.tar.bz2
rails-d5e691a36eee3a22a2418483e006b37056e24e43.zip
Pluralize params
Diffstat (limited to 'guides/source')
-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 2e6efff596..8340d6807f 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -860,7 +860,7 @@ en:
subject: "Welcome to Rails Guides!"
```
-To send params to interpolation use the `default_i18n_subject` method on the mailer.
+To send parameters to interpolation use the `default_i18n_subject` method on the mailer.
```ruby
# user_mailer.rb