aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman@gmail.com>2015-08-17 13:54:33 -0500
committerRichard Schneeman <richard.schneeman@gmail.com>2015-08-17 13:54:33 -0500
commit54042c45e3ebee570354e969fb0bbd4ce3cf09df (patch)
tree436a87172034106705f930c5d4f90be99cd353f7
parent15fd2586a89f27031adc5fca8e03149b3c494fdb (diff)
parentf2c04d77ba30695796b74aede49ba43fe50b133f (diff)
downloadrails-54042c45e3ebee570354e969fb0bbd4ce3cf09df.tar.gz
rails-54042c45e3ebee570354e969fb0bbd4ce3cf09df.tar.bz2
rails-54042c45e3ebee570354e969fb0bbd4ce3cf09df.zip
Merge pull request #21271 from amitsuroliya/typo_fix
typo fix [ci skip]
-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