1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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