diff options
author | Rajarshi Das <rajarshid@cybage.com> | 2013-09-02 10:41:55 +0530 |
---|---|---|
committer | Rajarshi Das <rajarshid@cybage.com> | 2013-09-02 10:41:55 +0530 |
commit | 414f496363de3982e32e69c9fa166707d6f8ee74 (patch) | |
tree | 1318e1375658cc0880915edbda602c8b821a1c5e /actionview/lib/action_view/helpers | |
parent | f90aa722fad2b33a95c85319070891d1eab352f5 (diff) | |
download | rails-414f496363de3982e32e69c9fa166707d6f8ee74.tar.gz rails-414f496363de3982e32e69c9fa166707d6f8ee74.tar.bz2 rails-414f496363de3982e32e69c9fa166707d6f8ee74.zip |
fix the typo [ci skip]
fix the typo newstopics => new topics in action view cache helper
Diffstat (limited to 'actionview/lib/action_view/helpers')
-rw-r--r-- | actionview/lib/action_view/helpers/cache_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/cache_helper.rb b/actionview/lib/action_view/helpers/cache_helper.rb index 2a38e5c446..b3af1d4da4 100644 --- a/actionview/lib/action_view/helpers/cache_helper.rb +++ b/actionview/lib/action_view/helpers/cache_helper.rb @@ -4,7 +4,7 @@ module ActionView module CacheHelper # This helper exposes a method for caching fragments of a view # rather than an entire action or page. This technique is useful - # caching pieces like menus, lists of newstopics, static HTML + # caching pieces like menus, lists of new topics, static HTML # fragments, and so on. This method takes a block that contains # the content you wish to cache. # |