From d2d15ad8a540e2f519de2ea905aff2305b038450 Mon Sep 17 00:00:00 2001 From: Jim Jones Date: Tue, 18 Jun 2019 14:01:43 -0500 Subject: Doc changes. --- actionview/lib/action_view/helpers/url_helper.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/helpers/url_helper.rb b/actionview/lib/action_view/helpers/url_helper.rb index 97ebb850d0..4174e41c64 100644 --- a/actionview/lib/action_view/helpers/url_helper.rb +++ b/actionview/lib/action_view/helpers/url_helper.rb @@ -571,18 +571,18 @@ module ActionView end end - # Creates an sms anchor link tag to the specified +phone_number+, which is + # Creates an SMS anchor link tag to the specified +phone_number+, which is # also used as the name of the link unless +name+ is specified. Additional # HTML attributes for the link can be passed in +html_options+. # - # When clicked, an sms message is prepopulated with the passed phone number + # When clicked, an SMS message is prepopulated with the passed phone number # and optional +body+ value. # - # +sms_to+ has a +body+ option for customizing the sms message itself by + # +sms_to+ has a +body+ option for customizing the SMS message itself by # passing special keys to +html_options+. # # ==== Options - # * :body - Preset the body of the email. + # * :body - Preset the body of the message. # # ==== Examples # sms_to "5155555785" -- cgit v1.2.3