Skip to content

Commit

Permalink
fix a typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
haruyuki97 committed Jul 30, 2019
1 parent 2e9176c commit 96e8a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/helpers/url_helper.rb
Expand Up @@ -627,7 +627,7 @@ def sms_to(phone_number, name = nil, html_options = {}, &block)
# is prepopulated with the passed phone number and optional
# +country_code+ value.
#
# +phone_to+ has a optional +country_code+ option which automatically adds the country
# +phone_to+ has an optional +country_code+ option which automatically adds the country
# code as well as the + sign in the phone numer that gets prepopulated,
# for example if +country_code: "01"+ +\+01+ will be prepended to the
# phone numer, by passing special keys to +html_options+.
Expand Down

0 comments on commit 96e8a81

Please sign in to comment.