Skip to content

Commit f74dc15

Browse files
committed
Fix typo in load balancer protocol documentation.
1 parent 5795d13 commit f74dc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloudscale_ccm/loadbalancer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const (
119119
// with protocol `TCP` use. Set it to `proxy` and `proxyv2` if TCP
120120
// traffic should be forwarded using these protocols.
121121
//
122-
// When setting the protocol of a port to `UDP,` traffic is always forwarded
122+
// When setting the protocol of a port to `UDP`, traffic is always forwarded
123123
// using UDP.
124124
//
125125
// We are technically able to have different protocols for

0 commit comments

Comments
 (0)