mirror of https://github.com/rails/rails
Fix it's -> its
This commit is contained in:
parent
8cc4159018
commit
ff44c3352d
|
@ -497,7 +497,7 @@ module ActionMailer #:nodoc:
|
|||
# headers 'X-Special-Domain-Specific-Header' => "SecretValue",
|
||||
# 'In-Reply-To' => incoming.message_id
|
||||
#
|
||||
# The resulting Mail::Message will have the following in it's header:
|
||||
# The resulting Mail::Message will have the following in its header:
|
||||
#
|
||||
# X-Special-Domain-Specific-Header: SecretValue
|
||||
def headers(args=nil)
|
||||
|
|
Loading…
Reference in New Issue