From 87d5415f0aa3e6f9f74f645a47370dd854375a1a Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 18 Aug 2018 16:23:20 +0900 Subject: Fix unclosed tags [ci skip] --- actionview/lib/action_view/helpers/asset_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/helpers') 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. # * :skip_pipeline - This option is used to bypass the asset pipeline # when it is set to true. - # * :nonce - When set to true, adds an automatic nonce value if + # * :nonce - When set to true, adds an automatic nonce value if # you have Content Security Policy enabled. # # ==== Examples -- cgit v1.2.3