From 17545b4d889149d8185c0a3a78030703d7e70c0e Mon Sep 17 00:00:00 2001 From: Erol Fornoles Date: Tue, 21 Mar 2017 09:21:51 +0800 Subject: Fix typo in Caching with Rails Guide [skip ci] --- guides/source/caching_with_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md index af4ef6a58d..aa79f59e4f 100644 --- a/guides/source/caching_with_rails.md +++ b/guides/source/caching_with_rails.md @@ -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 -- cgit v1.2.3