From e552db0588772d480b6a42e745931d06d60baaad Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Sat, 28 Jan 2017 19:00:54 +0100 Subject: [ci skip] other -> order; expand ivar --- actionmailer/lib/action_mailer/parameterized.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actionmailer/lib') 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: # -- cgit v1.2.3