aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/caching_with_rails.md
diff options
context:
space:
mode:
authorElaine Fang <elainefang@Elaines-MacBook-Pro.local>2014-12-24 15:01:06 -0500
committerElaine Fang <elainefang@Elaines-MacBook-Pro.local>2014-12-24 15:01:06 -0500
commit6968ef44e22d4b69a8a8e8bed42fea14c9ccc762 (patch)
tree6486296c2f9ca9ee9707083401b13417b594ea30 /guides/source/caching_with_rails.md
parent5bf56b77c3f8a892bb65fd7c4ce86c7bb11830d9 (diff)
downloadrails-6968ef44e22d4b69a8a8e8bed42fea14c9ccc762.tar.gz
rails-6968ef44e22d4b69a8a8e8bed42fea14c9ccc762.tar.bz2
rails-6968ef44e22d4b69a8a8e8bed42fea14c9ccc762.zip
Update grammar [ci skip]
Diffstat (limited to 'guides/source/caching_with_rails.md')
-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 cf6b5d08e6..61b991df61 100644
--- a/guides/source/caching_with_rails.md
+++ b/guides/source/caching_with_rails.md
@@ -107,7 +107,7 @@ This method generates a cache key that depends on all products and can be used i
<% end %>
```
-If you want to cache a fragment under certain condition you can use `cache_if` or `cache_unless`
+If you want to cache a fragment under certain conditions, you can use `cache_if` or `cache_unless`
```erb
<% cache_if (condition, cache_key_for_products) do %>