From db4c6111fdafaca9c329e3a0cd88ac90dc2bf1df Mon Sep 17 00:00:00 2001 From: Wingy Date: Mon, 21 Mar 2022 05:10:08 -0400 Subject: [PATCH] Fix fenced code block typo in Buffering middleware page --- docs/content/middlewares/http/buffering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/middlewares/http/buffering.md b/docs/content/middlewares/http/buffering.md index ebf25b4be..d2e67e24a 100644 --- a/docs/content/middlewares/http/buffering.md +++ b/docs/content/middlewares/http/buffering.md @@ -167,7 +167,7 @@ http: The `maxResponseBodyBytes` option configures the maximum allowed response size from the service (in bytes). -If the response exceeds the allowed size, it is not forwarded to the client. The client gets a `413 (Request Entity Too Large) response` instead. +If the response exceeds the allowed size, it is not forwarded to the client. The client gets a `413` (Request Entity Too Large) response instead. ```yaml tab="Docker" labels: