From ac5ee593d41837364cb972d92a46612ba684b369 Mon Sep 17 00:00:00 2001 From: jub0bs Date: Sat, 18 May 2024 10:29:14 +0200 Subject: [PATCH] minor punctuation fix in implementation comment --- middleware.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware.go b/middleware.go index 325120e..48669ae 100644 --- a/middleware.go +++ b/middleware.go @@ -202,7 +202,7 @@ func (icfg *internalConfig) handleCORSPreflight( // When debug is on and a preflight step fails, // we omit the remaining CORS response headers - // and let the browser fail the CORS-preflight fetch, + // and let the browser fail the CORS-preflight fetch; // however, for easier troubleshooting on the client side, // we do respond with an ok status. //