diff --git a/actionview/lib/action_view/helpers/url_helper.rb b/actionview/lib/action_view/helpers/url_helper.rb index 8a4d1e3a8f..6baeba1fbf 100644 --- a/actionview/lib/action_view/helpers/url_helper.rb +++ b/actionview/lib/action_view/helpers/url_helper.rb @@ -646,10 +646,10 @@ module ActionView # # => 1234567890 # # phone_to "1234567890", "Phone me" - # # => Phone me + # # => Phone me # # phone_to "1234567890", country_code: "01" - # # => 1234567890 + # # => 1234567890 # # You can use a block as well if your link target is hard to fit into the name parameter. \ERB example: #