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 2021/11/24 01:08:11 UTC

[apisix] branch master updated: docs(skywalking-logger): fix typo (#5580)

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 e567937  docs(skywalking-logger): fix typo (#5580)
e567937 is described below

commit e567937b22a761e52b847cffc3c6d2435bf0b8e3
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Nov 24 09:08:05 2021 +0800

    docs(skywalking-logger): fix typo (#5580)
---
 docs/en/latest/plugins/skywalking-logger.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/plugins/skywalking-logger.md b/docs/en/latest/plugins/skywalking-logger.md
index 50f3659..145c071 100644
--- a/docs/en/latest/plugins/skywalking-logger.md
+++ b/docs/en/latest/plugins/skywalking-logger.md
@@ -60,7 +60,7 @@ The following is an example of how to enable the `skywalking-logger` for a speci
 curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
 {
       "plugins": {
-            "http-logger": {
+            "skywalking-logger": {
                 "endpoint_addr": "http://127.0.0.1:12800"
             }
        },