diff options
author | Nicholas Rowe <nixterrimus@gmail.com> | 2011-02-17 20:46:52 -0500 |
---|---|---|
committer | Nicholas Rowe <nixterrimus@gmail.com> | 2011-02-17 20:46:52 -0500 |
commit | 9a9d895481ada301143c0554dabd4ec9914b8703 (patch) | |
tree | eb4e839b09335d5a5e6fd23a108136b1f18f7b21 /actionpack | |
parent | a906deabc6554f6271b3d9a84384c101edaad921 (diff) | |
download | rails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.gz rails-9a9d895481ada301143c0554dabd4ec9914b8703.tar.bz2 rails-9a9d895481ada301143c0554dabd4ec9914b8703.zip |
Fix Typos: remove several occurences of the the
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb | 2 |
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. |