This is an automated email from the ASF dual-hosted git repository.

tokers 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 33d9f72  docs: fix debug-mode documentation (#4415)
33d9f72 is described below

commit 33d9f724a4414a4d1b9bd238462a2153d878f063
Author: 罗泽轩 <[email protected]>
AuthorDate: Sun Jun 13 17:45:42 2021 +0800

    docs: fix debug-mode documentation (#4415)
    
    Signed-off-by: spacewander <[email protected]>
---
 docs/en/latest/architecture-design/debug-mode.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/architecture-design/debug-mode.md 
b/docs/en/latest/architecture-design/debug-mode.md
index 8cd8cab..bcf17c0 100644
--- a/docs/en/latest/architecture-design/debug-mode.md
+++ b/docs/en/latest/architecture-design/debug-mode.md
@@ -41,7 +41,7 @@ Server: openresty
 hello world
 ```
 
-If the information can be delivered via HTTP response header, for example, the 
plugin is in stream
+If the information can not be delivered via HTTP response header, for example, 
the plugin is in stream
 subsystem, the information will be logged in the error log with `warn` level.
 
 ### Advanced Debug Mode

Reply via email to