From 95e475b92df5766cfdd05e1f40728087ae7d7f64 Mon Sep 17 00:00:00 2001 From: Andrey Molchanov Date: Tue, 20 Sep 2016 22:56:23 +0300 Subject: [ci skip] Replace to closing tag --- actionview/lib/action_view/helpers/asset_url_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionview/lib/action_view/helpers/asset_url_helper.rb b/actionview/lib/action_view/helpers/asset_url_helper.rb index 0967245855..e0de2ff4d6 100644 --- a/actionview/lib/action_view/helpers/asset_url_helper.rb +++ b/actionview/lib/action_view/helpers/asset_url_helper.rb @@ -37,7 +37,7 @@ module ActionView # some asset downloads to wait for previous assets to finish before they can # begin. You can use the %d wildcard in the +asset_host+ to # distribute the requests over four hosts. For example, - # assets%d.example.com will spread the asset requests over + # assets%d.example.com will spread the asset requests over # "assets0.example.com", ..., "assets3.example.com". # # image_tag("rails.png") -- cgit v1.2.3