aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorRajarshi Das <rajarshid@cybage.com>2013-09-02 10:41:55 +0530
committerRajarshi Das <rajarshid@cybage.com>2013-09-02 10:41:55 +0530
commit414f496363de3982e32e69c9fa166707d6f8ee74 (patch)
tree1318e1375658cc0880915edbda602c8b821a1c5e /actionview
parentf90aa722fad2b33a95c85319070891d1eab352f5 (diff)
downloadrails-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')
-rw-r--r--actionview/lib/action_view/helpers/cache_helper.rb2
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.
#