Skip to content

Commit

Permalink
fix: markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 committed Jan 19, 2025
1 parent 899d82d commit fef2ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/middleware/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit fef2ba2

Please sign in to comment.