Skip to content

Commit

Permalink
docs: fix word spell error in monitor-api-health-check.md (#11522)
Browse files Browse the repository at this point in the history
  • Loading branch information
maclong1989 authored Aug 26, 2024
1 parent 8ebd7f2 commit 0e47dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/tutorials/monitor-api-health-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e47dce

Please sign in to comment.