From 54533d28ef4751baec9a369a199eaf7dd5d209b3 Mon Sep 17 00:00:00 2001 From: Craig R Webster Date: Sat, 3 Apr 2010 15:42:25 +0100 Subject: Fix a typo in the documentation. [#4318 state:resolved] Signed-off-by: wycats --- actionpack/lib/action_view/helpers/asset_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers') 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 -- cgit v1.2.3