From 98ffc747433f3eb911ab3bcd8fc446bf2dd6322e Mon Sep 17 00:00:00 2001 From: Craig R Webster Date: Sat, 3 Apr 2010 15:42:25 +0100 Subject: [PATCH] Fix a typo in the documentation. --- .../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 e4ec174..e0a40da 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -672,7 +672,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 -- 1.7.0