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 2022/04/28 06:05:58 UTC

[apisix] branch master updated: docs: fix code block format in jwt-auth doc (#6955)

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 353e10b60 docs: fix code block format in jwt-auth doc (#6955)
353e10b60 is described below

commit 353e10b60e3604f80bae173a07c3c570f38ae367
Author: homeward <97...@users.noreply.github.com>
AuthorDate: Thu Apr 28 14:05:52 2022 +0800

    docs: fix code block format in jwt-auth doc (#6955)
---
 docs/zh/latest/plugins/jwt-auth.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/plugins/jwt-auth.md b/docs/zh/latest/plugins/jwt-auth.md
index acdac432e..f27dbde51 100644
--- a/docs/zh/latest/plugins/jwt-auth.md
+++ b/docs/zh/latest/plugins/jwt-auth.md
@@ -170,7 +170,7 @@ curl http://127.0.0.1:9080/apisix/admin/consumers \
 }'
 ```
 
-该插件将在提供的 Vault 路径(<vault.prefix>/consumer/jack/jwt-auth)中查找密钥 `secret`,并将其用于 JWT 身份验证。如果在同一路径中找不到密钥,插件会记录错误并且无法执行 JWT 验证。
+该插件将在提供的 Vault 路径(`<vault.prefix>/consumer/jack/jwt-auth`)中查找密钥 `secret`,并将其用于 JWT 身份验证。如果在同一路径中找不到密钥,插件会记录错误并且无法执行 JWT 验证。
 
 :::note