Fix typo in Action View changelog [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2021-08-05 11:03:08 -03:00
parent ac45e1d396
commit 65bbfa9519
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
* Add `caching?` helper that returns whether the current code path is being cached and `unacheable!` to denote helper methods that can't participate in fragment caching.
* Add `caching?` helper that returns whether the current code path is being cached and `uncacheable!` to denote helper methods that can't participate in fragment caching.
*Ben Toews*, *John Hawthorn*, *Kasper Timm Hansen*, *Joel Hawksley*