fix a typo [ci skip]

This commit is contained in:
haruyuki97 2019-07-30 18:49:25 +09:00
parent 2e9176c04a
commit 96e8a817fa
1 changed files with 1 additions and 1 deletions

View File

@ -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+.