Skip to content

Commit 4ff33a7

Browse files
bluehalluNullVoxPopuli
authored andcommitted
Fix typo (#1855)
1 parent 37a1772 commit 4ff33a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The cache support is optimized to use the cached object in multiple request. An
1717
cache(options = nil) # options: ```{key, expires_in, compress, force, race_condition_ttl}```
1818
```
1919

20-
Take the example bellow:
20+
Take the example below:
2121

2222
```ruby
2323
class PostSerializer < ActiveModel::Serializer

0 commit comments

Comments
 (0)