diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-04-03 11:58:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 11:58:53 +0900 |
commit | 41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9 (patch) | |
tree | f335b4e15a01681e76c6beee5ab4adf70c6ea654 /actionview | |
parent | 7313f89218ac0977f29862c41d078e59ebdc3870 (diff) | |
parent | 0ef8221910da7552ffff72969de7a720b0e28ddf (diff) | |
download | rails-41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9.tar.gz rails-41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9.tar.bz2 rails-41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9.zip |
Merge pull request #32427 from tjschuck/small_doc_fixes
Small doc fixes
[ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/lib/action_view/helpers/asset_tag_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/asset_tag_helper.rb b/actionview/lib/action_view/helpers/asset_tag_helper.rb index 76b1c3fb6e..06fa1875fc 100644 --- a/actionview/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionview/lib/action_view/helpers/asset_tag_helper.rb @@ -105,7 +105,7 @@ module ActionView # to "screen", so you must explicitly set it to "all" for the stylesheet(s) to # apply to all media types. # - # If the server supports Early Hints header links for these assets will be + # If the server supports Early Hints header links for these assets will be # automatically pushed. # # stylesheet_link_tag "style" |