This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 0e47dce75 docs: fix word spell error in monitor-api-health-check.md
(#11522)
0e47dce75 is described below
commit 0e47dce757d964efcb2bfd77e2dba29456a86c9e
Author: maclong1989 <[email protected]>
AuthorDate: Mon Aug 26 10:47:48 2024 +0800
docs: fix word spell error in monitor-api-health-check.md (#11522)
---
docs/en/latest/tutorials/monitor-api-health-check.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/tutorials/monitor-api-health-check.md
b/docs/en/latest/tutorials/monitor-api-health-check.md
index e90142b89..84edad340 100644
--- a/docs/en/latest/tutorials/monitor-api-health-check.md
+++ b/docs/en/latest/tutorials/monitor-api-health-check.md
@@ -120,7 +120,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 `node1` and 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 APISIX routes some requests to `node1` and others to `node2`. That’s how
Gateway load balancing works!
```bash
HTTP/1.1 200 OK