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/05/26 06:41:48 UTC

[apisix] branch master updated: docs: fix markdown format (#7143)

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 aefffe914 docs: fix markdown format (#7143)
aefffe914 is described below

commit aefffe914f9f3ec187d3db6688c02d22785cf400
Author: Yuedong Wu <57...@users.noreply.github.com>
AuthorDate: Thu May 26 14:41:39 2022 +0800

    docs: fix markdown format (#7143)
    
    Remove duplicate "`".
---
 docs/zh/latest/terminology/plugin.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/terminology/plugin.md b/docs/zh/latest/terminology/plugin.md
index c57767565..8883ef374 100644
--- a/docs/zh/latest/terminology/plugin.md
+++ b/docs/zh/latest/terminology/plugin.md
@@ -70,7 +70,7 @@ local _M = {
 
 一些通用的配置可以应用于插件配置。比如说。
 
-````json
+```json
 {
     "jwt-auth": {
         "_meta": {