Skip to content

Commit

Permalink
Updated godoc
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Jun 15, 2017
1 parent e1e3ebe commit 2d7cce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (r *RoundRobinBalancer) Next() *ProxyTarget {

// Proxy returns a Proxy middleware.
//
// Proxy middleware forwards a request to upstream server using a configured load balancing technique.
// Proxy middleware forwards the request to upstream server using a configured load balancing technique.
func Proxy(balancer ProxyBalancer) echo.MiddlewareFunc {
c := DefaultProxyConfig
c.Balancer = balancer
Expand Down

0 comments on commit 2d7cce4

Please sign in to comment.