aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helpers
diff options
context:
space:
mode:
authorNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:46:52 -0500
committerNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:46:52 -0500
commit9a9d895481ada301143c0554dabd4ec9914b8703 (patch)
treeeb4e839b09335d5a5e6fd23a108136b1f18f7b21 /actionpack/lib/action_view/helpers/asset_tag_helpers
parenta906deabc6554f6271b3d9a84384c101edaad921 (diff)
downloadrails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.gz
rails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.bz2
rails-9a9d895481ada301143c0554dabd4ec9914b8703.zip
Fix Typos: remove several occurences of the the
Diffstat (limited to 'actionpack/lib/action_view/helpers/asset_tag_helpers')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
index b4e61f2034..014a03c54d 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
@@ -21,7 +21,7 @@ module ActionView
@controller = controller
end
- # Add the the extension +ext+ if not present. Return full URLs otherwise untouched.
+ # Add the extension +ext+ if not present. Return full URLs otherwise untouched.
# Prefix with <tt>/dir/</tt> if lacking a leading +/+. Account for relative URL
# roots. Rewrite the asset path for cache-busting asset ids. Include
# asset host, if configured, with the correct request protocol.