aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErol Fornoles <erol.fornoles@gmail.com>2017-03-21 09:21:51 +0800
committerErol Fornoles <erol.fornoles@gmail.com>2017-03-21 09:21:51 +0800
commit17545b4d889149d8185c0a3a78030703d7e70c0e (patch)
tree41a62943fcd2e27329c2983d26d004a53b85bbbf
parent5c0d00072d1309dbc77bb5d97e42956bac3e8684 (diff)
downloadrails-17545b4d889149d8185c0a3a78030703d7e70c0e.tar.gz
rails-17545b4d889149d8185c0a3a78030703d7e70c0e.tar.bz2
rails-17545b4d889149d8185c0a3a78030703d7e70c0e.zip
Fix typo in Caching with Rails Guide [skip ci]
-rw-r--r--guides/source/caching_with_rails.md2
1 files changed, 1 insertions, 1 deletions
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