Skip to content

Commit 4db2b8c

Browse files
committed
Fix a typo
1 parent 0669901 commit 4db2b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ On this example every ```Post``` object will be cached with
348348
the key ```"post/#{post.id}-#{post.updated_at}"```. You can use this key to expire it as you want,
349349
but in this case it will be automatically expired after 3 hours.
350350

351-
### Fragmenting Caching
351+
### Fragment Caching
352352

353353
If there is some API endpoint that shouldn't be fully cached, you can still optimise it, using Fragment Cache on the attributes and relationships that you want to cache.
354354

0 commit comments

Comments
 (0)