Skip to content

Commit b8781c4

Browse files
committed
Merge pull request #1230 from wazery/patch-1
Fix a typo
2 parents 0669901 + 4db2b8c commit b8781c4

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)