This is an automated email from the ASF dual-hosted git repository.
monkeydluffy 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 c9c11ebd9 docs: fix typo (#9833)
c9c11ebd9 is described below
commit c9c11ebd947f86ebdbfa2027ac81e4a41420d85b
Author: Reid <[email protected]>
AuthorDate: Fri Jul 14 15:06:05 2023 +0800
docs: fix typo (#9833)
---
docs/en/latest/debug-mode.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/debug-mode.md b/docs/en/latest/debug-mode.md
index 85be8419c..b933dfd88 100644
--- a/docs/en/latest/debug-mode.md
+++ b/docs/en/latest/debug-mode.md
@@ -46,7 +46,7 @@ For APISIX releases prior to v2.10, basic debug mode is
enabled by setting `apis
:::
-If you have configured two Plgins `limit-conn` and `limit-count` on the Route
`/hello`, you will receive a response with the header `Apisix-Plugins:
limit-conn, limit-count` when you enable the basic debug mode.
+If you have configured two Plugins `limit-conn` and `limit-count` on the Route
`/hello`, you will receive a response with the header `Apisix-Plugins:
limit-conn, limit-count` when you enable the basic debug mode.
```shell
curl http://127.0.0.1:1984/hello -i