From fef2ba278ca7f3ce061a9b9b6d6f3803c4d2e1d5 Mon Sep 17 00:00:00 2001 From: miyamo2 Date: Mon, 20 Jan 2025 05:51:16 +0900 Subject: [PATCH] fix: markdown lint --- docs/middleware/cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/middleware/cache.md b/docs/middleware/cache.md index 9d0d21af52..08c7ad5989 100644 --- a/docs/middleware/cache.md +++ b/docs/middleware/cache.md @@ -27,7 +27,7 @@ This middleware caches responses with the following status codes according to RF - `501: Not Implemented` Additionally, `418: I'm a teapot` is not originally cacheable but is cached by this middleware. -If the status code is other than these, you will always get an `unreachable` cache status. +If the status code is other than these, you will always get an `unreachable` cache status. For more information about cacheable status codes or RFC7231, please refer to the following resources: