doc: correct the sentence structure (#782)

This commit is contained in:
Cookie 2023-09-13 14:02:31 +08:00 committed by GitHub
parent 997e094ca7
commit fe493ad3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,