We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a1772 commit 4ff33a7Copy full SHA for 4ff33a7
docs/general/caching.md
@@ -17,7 +17,7 @@ The cache support is optimized to use the cached object in multiple request. An
17
cache(options = nil) # options: ```{key, expires_in, compress, force, race_condition_ttl}```
18
```
19
20
-Take the example bellow:
+Take the example below:
21
22
```ruby
23
class PostSerializer < ActiveModel::Serializer
0 commit comments