diff options
author | T.J. Schuck <tj@tjschuck.com> | 2018-04-02 19:55:08 -0400 |
---|---|---|
committer | T.J. Schuck <tj@tjschuck.com> | 2018-04-02 19:55:08 -0400 |
commit | 0ef8221910da7552ffff72969de7a720b0e28ddf (patch) | |
tree | d4069a45e6db44f7f9d017c77e7948977cff77c8 /actionview | |
parent | 9facd9a9039d9f9697c78ddb57c6685cb27e78ea (diff) | |
download | rails-0ef8221910da7552ffff72969de7a720b0e28ddf.tar.gz rails-0ef8221910da7552ffff72969de7a720b0e28ddf.tar.bz2 rails-0ef8221910da7552ffff72969de7a720b0e28ddf.zip |
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" |