From c78999c71491f2c7cbc7659be9beac00afd48399 Mon Sep 17 00:00:00 2001 From: Shirsendu Das <37840366+DarkenLight@users.noreply.github.com> Date: Fri, 27 Oct 2023 02:29:52 +0530 Subject: [PATCH] fix: typo error in 502.json (#23) Small Typo Error --- src/en/502.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/502.json b/src/en/502.json index 258fe82..1d25fe5 100644 --- a/src/en/502.json +++ b/src/en/502.json @@ -1,4 +1,4 @@ { "name": "Bad Gateway", - "message": "The server is configured as a gateway or proxy, and it is not receiving a valid response from the backend servers that should actually fulfill yuor request. Try to get this page later." + "message": "The server is configured as a gateway or proxy, and it is not receiving a valid response from the backend servers that should actually fulfill your request. Try to get this page later." }