Boburmirzo commented on code in PR #9897: URL: https://github.com/apache/apisix/pull/9897#discussion_r1274450277
########## docs/en/latest/tutorials/monitor-api-health-check.md: ########## @@ -109,7 +121,7 @@ To generate some metrics, you try to send few requests to the route we created i curl -i -X GET "http://localhost:9080/" ``` -If you run the above requests a couple of times, you can see from responses that APISX routes some requests to `node2` and while others to `node2`. That’s how Gateway load balancing works! +If you run the above requests a couple of times, you can see from responses that APISX routes some requests to `node2` and others to `node2`. That’s how Gateway load balancing works! Review Comment: Ah, I have just noticed it. Grammarly does not see this of course. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
