diff --git a/docs/src/config/request-specifics.md b/docs/src/config/request-specifics.md index 86db115..2b7b322 100644 --- a/docs/src/config/request-specifics.md +++ b/docs/src/config/request-specifics.md @@ -166,7 +166,8 @@ exceptions to the method rule. - Type: `CachePredicate` - Default: - `{ statusCheck: (status) => [200, 203, 300, 301, 302, 404, 405, 410, 414, 501].includes(status) }` _(These default status codes follows RFC 7231)_ + `{ statusCheck: (status) => [200, 203, 300, 301, 302, 404, 405, 410, 414, 501].includes(status) }` + _(These default status codes follows RFC 7231)_ An object or function that will be tested against the response to indicate if it can be cached.