aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorJim Jones <jim.jones1@gmail.com>2019-06-18 14:01:43 -0500
committerJim Jones <jim.jones1@gmail.com>2019-06-18 14:01:43 -0500
commitd2d15ad8a540e2f519de2ea905aff2305b038450 (patch)
tree453fddb7c44616e5a771ee315d0beedf83772b25 /actionview
parent3115b735ea46c0f4cc4cfc14584a23fd9dc043b7 (diff)
downloadrails-d2d15ad8a540e2f519de2ea905aff2305b038450.tar.gz
rails-d2d15ad8a540e2f519de2ea905aff2305b038450.tar.bz2
rails-d2d15ad8a540e2f519de2ea905aff2305b038450.zip
Doc changes.
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/url_helper.rb8
1 files changed, 4 insertions, 4 deletions
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
- # * <tt>:body</tt> - Preset the body of the email.
+ # * <tt>:body</tt> - Preset the body of the message.
#
# ==== Examples
# sms_to "5155555785"