Skip to content

Commit

Permalink
doc: correct the sentence structure
Browse files Browse the repository at this point in the history
  • Loading branch information
luckymrwang committed Sep 13, 2023
1 parent 997e094 commit f8e1e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interceptor/proxy_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f8e1e30

Please sign in to comment.