From fe493ad3f0891d4af7601a6fd36bfbcf4f5c6ac9 Mon Sep 17 00:00:00 2001 From: Cookie Date: Wed, 13 Sep 2023 14:02:31 +0800 Subject: [PATCH] doc: correct the sentence structure (#782) --- interceptor/proxy_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interceptor/proxy_handlers.go b/interceptor/proxy_handlers.go index 0b13063..badc5d0 100644 --- a/interceptor/proxy_handlers.go +++ b/interceptor/proxy_handlers.go @@ -41,7 +41,7 @@ func newForwardingConfigFromTimeouts(t *config.Timeouts) forwardingConfig { // It's intended to be deployed and scaled alongside the application itself. // // fwdSvcURL must have a valid scheme in it. The best way to do this is -// create a URL with url.Parse("https://...") +// creating a URL with url.Parse("https://...") func newForwardingHandler( lggr logr.Logger, dialCtxFunc kedanet.DialContextFunc,