Merge pull request #36813 from haruyuki97/haruyuki97/fix-comment-in-url-helper

Fix a/an usage on `phone_to` documentation.

[ci skip]
This commit is contained in:
Prem Sichanugrist 2019-07-30 18:59:31 +09:00 committed by GitHub
commit 004f223f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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+.