From a7405e1460a44d7faa65019d8910e686de3ef28c Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Thu, 8 Jun 2023 13:22:54 -0300 Subject: [PATCH] style: formatted code --- docs/src/config/request-specifics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.