Skip to content

Commit 80dbe08

Browse files
authored
doc: fixed typo in ngx.balancer (openresty#347)
1 parent f26fb37 commit 80dbe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ngx/balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ that attempt's state name, as well as an integer describing the status code of t
196196

197197
Possible state names are as follows:
198198
* `"next"`
199-
Failures due to bad status codes sent from the backend server. The origin's response is sane though, which means the backend connection
199+
Failures due to bad status codes sent from the backend server. The origin's response is same though, which means the backend connection
200200
can still be reused for future requests.
201201
* `"failed"`
202202
Fatal errors while communicating to the backend server (like connection timeouts, connection resets, and etc). In this case,

0 commit comments

Comments
 (0)