From f8e1e30023a05e37c45ca44005a10b34274fb24c Mon Sep 17 00:00:00 2001 From: Cookie Wang Date: Wed, 13 Sep 2023 09:53:15 +0800 Subject: [PATCH] doc: correct the sentence structure --- 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 0b1306367..badc5d06e 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,