This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 837d8d94e docs: fix typo in deployment-modes.md (#12049)
837d8d94e is described below
commit 837d8d94ed12d3b64d568fee70d27e71cfcb74e2
Author: Michele Righi <[email protected]>
AuthorDate: Sun Mar 16 02:31:58 2025 +0100
docs: fix typo in deployment-modes.md (#12049)
---
docs/en/latest/deployment-modes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/deployment-modes.md
b/docs/en/latest/deployment-modes.md
index 016473db2..956e529e1 100644
--- a/docs/en/latest/deployment-modes.md
+++ b/docs/en/latest/deployment-modes.md
@@ -392,7 +392,7 @@ routes:
plugin_metadata:
- id: http-logger # note the id is the plugin name
log_format:
- host: "$host",
+ host: "$host"
remote_addr: "$remote_addr"
#END
```