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 <[email protected]>
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
 

Reply via email to