aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-09-02 01:15:43 -0700
committerYves Senn <yves.senn@gmail.com>2013-09-02 01:15:43 -0700
commit90ea6f928ce0f0efef3109045a74469c4a3e3f99 (patch)
tree9c03f9f5bf9be9b849230e8ba38972f4596f8823
parentdfd7454683c0222bdb741753b76e8d68f5e73aef (diff)
parent414f496363de3982e32e69c9fa166707d6f8ee74 (diff)
downloadrails-90ea6f928ce0f0efef3109045a74469c4a3e3f99.tar.gz
rails-90ea6f928ce0f0efef3109045a74469c4a3e3f99.tar.bz2
rails-90ea6f928ce0f0efef3109045a74469c4a3e3f99.zip
Merge pull request #12105 from rajcybage/fixing_typo
fix the typo [ci skip]
-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.
#