mirror of https://github.com/rails/rails
fix the typo [ci skip]
fix the typo newstopics => new topics in action view cache helper
This commit is contained in:
parent
f90aa722fa
commit
414f496363
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue