diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-08-18 16:23:20 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-08-18 16:23:20 +0900 |
commit | 87d5415f0aa3e6f9f74f645a47370dd854375a1a (patch) | |
tree | 8288c0320cc5480f056df511080c8b5494d5248d /actionview | |
parent | e49fb7921e94d533ed39c197cf0287120d389b28 (diff) | |
download | rails-87d5415f0aa3e6f9f74f645a47370dd854375a1a.tar.gz rails-87d5415f0aa3e6f9f74f645a47370dd854375a1a.tar.bz2 rails-87d5415f0aa3e6f9f74f645a47370dd854375a1a.zip |
Fix unclosed tags [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 14bd8ffa84..cbcce4a4dc 100644 --- a/actionview/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionview/lib/action_view/helpers/asset_tag_helper.rb @@ -55,7 +55,7 @@ module ActionView # that path. # * <tt>:skip_pipeline</tt> - This option is used to bypass the asset pipeline # when it is set to true. - # * <tt>:nonce<tt> - When set to true, adds an automatic nonce value if + # * <tt>:nonce</tt> - When set to true, adds an automatic nonce value if # you have Content Security Policy enabled. # # ==== Examples |