aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorharuyuki97 <haru19970125@gmail.com>2019-07-30 18:49:25 +0900
committerharuyuki97 <haru19970125@gmail.com>2019-07-30 18:49:25 +0900
commit96e8a817faee02d4eb29e490938a8927f7caff24 (patch)
tree75a5f3a7d70610494f2e42136dc7c61123b938bd /actionview
parent2e9176c04a9e167efc15f904fd52ab793a29b931 (diff)
downloadrails-96e8a817faee02d4eb29e490938a8927f7caff24.tar.gz
rails-96e8a817faee02d4eb29e490938a8927f7caff24.tar.bz2
rails-96e8a817faee02d4eb29e490938a8927f7caff24.zip
fix a typo [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/url_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/url_helper.rb b/actionview/lib/action_view/helpers/url_helper.rb
index ea2a97f458..1b05d4aa71 100644
--- a/actionview/lib/action_view/helpers/url_helper.rb
+++ b/actionview/lib/action_view/helpers/url_helper.rb
@@ -627,7 +627,7 @@ module ActionView
# 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+.