1
0
Fork 0
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:
Erol Fornoles 2017-03-21 09:21:51 +08:00
parent 5c0d00072d
commit 17545b4d88
No known key found for this signature in database
GPG key ID: DF0CCD8DE581AF8B

View file

@ -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