aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-01-28 19:00:54 +0100
committerGitHub <noreply@github.com>2017-01-28 19:00:54 +0100
commite552db0588772d480b6a42e745931d06d60baaad (patch)
tree6e5252f30b452983a4f1bec50329aa114ef4bc52 /actionmailer
parent805826971b53b9b9810ddf941ee332c3d6ab0e19 (diff)
downloadrails-e552db0588772d480b6a42e745931d06d60baaad.tar.gz
rails-e552db0588772d480b6a42e745931d06d60baaad.tar.bz2
rails-e552db0588772d480b6a42e745931d06d60baaad.zip
[ci skip] other -> order; expand ivar
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/lib/action_mailer/parameterized.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/parameterized.rb b/actionmailer/lib/action_mailer/parameterized.rb
index dadb074c47..a0a5db7427 100644
--- a/actionmailer/lib/action_mailer/parameterized.rb
+++ b/actionmailer/lib/action_mailer/parameterized.rb
@@ -1,5 +1,6 @@
module ActionMailer
- # Provides the option to parameterize mailers in other to share ivar setup, processing, and common headers.
+ # Provides the option to parameterize mailers in order to share instance variable
+ # setup, processing, and common headers.
#
# Consider this example that does not use parameterization:
#