doc: correct the sentence structure (#782)
This commit is contained in:
parent
997e094ca7
commit
fe493ad3f0
|
|
@ -41,7 +41,7 @@ func newForwardingConfigFromTimeouts(t *config.Timeouts) forwardingConfig {
|
||||||
// It's intended to be deployed and scaled alongside the application itself.
|
// 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
|
// 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(
|
func newForwardingHandler(
|
||||||
lggr logr.Logger,
|
lggr logr.Logger,
|
||||||
dialCtxFunc kedanet.DialContextFunc,
|
dialCtxFunc kedanet.DialContextFunc,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue