diff options
author | Craig R Webster <craig@barkingiguana.com> | 2010-04-03 15:42:25 +0100 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-04-12 21:45:39 -0700 |
commit | 54533d28ef4751baec9a369a199eaf7dd5d209b3 (patch) | |
tree | 39077983f00752410b8222e167f7465cb1f683ef /actionpack/lib | |
parent | 9cea9bc7f0c104095dddc036bea7f6ecb9590075 (diff) | |
download | rails-54533d28ef4751baec9a369a199eaf7dd5d209b3.tar.gz rails-54533d28ef4751baec9a369a199eaf7dd5d209b3.tar.bz2 rails-54533d28ef4751baec9a369a199eaf7dd5d209b3.zip |
Fix a typo in the documentation. [#4318 state:resolved]
Signed-off-by: wycats <wycats@gmail.com>
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/asset_tag_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index 563d9ec319..8731ed0ef3 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -709,7 +709,7 @@ module ActionView # You can enable or disable the asset tag timestamps cache. # With the cache enabled, the asset tag helper methods will make fewer - # expense file system calls. However this prevents you from modifying + # expensive file system calls. However this prevents you from modifying # any asset files while the server is running. # # ActionView::Helpers::AssetTagHelper.cache_asset_timestamps = false |