aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/asset_url_helper.rb
diff options
context:
space:
mode:
authoramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-08-18 00:02:16 +0530
committeramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-08-18 00:02:16 +0530
commitf2c04d77ba30695796b74aede49ba43fe50b133f (patch)
tree436a87172034106705f930c5d4f90be99cd353f7 /actionview/lib/action_view/helpers/asset_url_helper.rb
parent15fd2586a89f27031adc5fca8e03149b3c494fdb (diff)
downloadrails-f2c04d77ba30695796b74aede49ba43fe50b133f.tar.gz
rails-f2c04d77ba30695796b74aede49ba43fe50b133f.tar.bz2
rails-f2c04d77ba30695796b74aede49ba43fe50b133f.zip
typo fix [ci skip]
Diffstat (limited to 'actionview/lib/action_view/helpers/asset_url_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/asset_url_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/lib/action_view/helpers/asset_url_helper.rb b/actionview/lib/action_view/helpers/asset_url_helper.rb
index 6ac8185b0f..717b326740 100644
--- a/actionview/lib/action_view/helpers/asset_url_helper.rb
+++ b/actionview/lib/action_view/helpers/asset_url_helper.rb
@@ -48,10 +48,10 @@ module ActionView
# It is also possible the combination of additional connection overhead
# (DNS, SSL) and the overall browser connection limits may result in this
# solution being slower. You should be sure to measure your actual
- # performance across targeted browers both before and after this change.
+ # performance across targeted browsers both before and after this change.
#
# To implement the corresponding hosts you can either setup four actual
- # hosts or use wildcard DNS to CNAME the wilcard to a single asset host.
+ # hosts or use wildcard DNS to CNAME the wildcard to a single asset host.
# You can read more about setting up your DNS CNAME records from your ISP.
#
# Note: This is purely a browser performance optimization and is not meant