You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2020/12/14 00:49:42 UTC

[apisix] branch master updated: docs: corrected typo in doc (#3030)

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

spacewander 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 0222db7  docs: corrected typo in doc (#3030)
0222db7 is described below

commit 0222db7bf31e022bd69cc28cdac3b41be09b875f
Author: Radhika <56...@users.noreply.github.com>
AuthorDate: Mon Dec 14 06:19:33 2020 +0530

    docs: corrected typo in doc (#3030)
---
 doc/plugins/http-logger.md        | 2 +-
 doc/plugins/request-validation.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/plugins/http-logger.md b/doc/plugins/http-logger.md
index 6396144..9feb6d6 100644
--- a/doc/plugins/http-logger.md
+++ b/doc/plugins/http-logger.md
@@ -60,7 +60,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f13
 {
       "plugins": {
             "http-logger": {
-                "uri": "http://127.0.0.1:80/postendpoint?param=1",
+                "uri": "http://127.0.0.1:80/postendpoint?param=1"
             }
        },
       "upstream": {
diff --git a/doc/plugins/request-validation.md b/doc/plugins/request-validation.md
index 39f9b86..f864679 100644
--- a/doc/plugins/request-validation.md
+++ b/doc/plugins/request-validation.md
@@ -68,7 +68,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/5 -H 'X-API-KEY: edd1c9f034335f13
             "127.0.0.1:8080": 1
         }
     }
-}
+}'
 ```
 
 ## Test Plugin