Skip to content

Commit 2d7cce4

Browse files
committed
Updated godoc
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent e1e3ebe commit 2d7cce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (r *RoundRobinBalancer) Next() *ProxyTarget {
122122

123123
// Proxy returns a Proxy middleware.
124124
//
125-
// Proxy middleware forwards a request to upstream server using a configured load balancing technique.
125+
// Proxy middleware forwards the request to upstream server using a configured load balancing technique.
126126
func Proxy(balancer ProxyBalancer) echo.MiddlewareFunc {
127127
c := DefaultProxyConfig
128128
c.Balancer = balancer

0 commit comments

Comments
 (0)