mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in Caching with Rails Guide [skip ci]
This commit is contained in:
parent
5c0d00072d
commit
17545b4d88
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ Caching in Development
|
|||
----------------------
|
||||
|
||||
It's common to want to test the caching strategy of your application
|
||||
in developement mode. Rails provides the rake task `dev:cache` to
|
||||
in development mode. Rails provides the rake task `dev:cache` to
|
||||
easily toggle caching on/off.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue