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 a6667361d docs: fix description format in mocking doc (#6947)
a6667361d is described below
commit a6667361df59359404b508bc6f704ae18f131577
Author: Yilin Zeng <[email protected]>
AuthorDate: Wed Apr 27 17:11:24 2022 +0800
docs: fix description format in mocking doc (#6947)
---
docs/zh/latest/plugins/mocking.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh/latest/plugins/mocking.md
b/docs/zh/latest/plugins/mocking.md
index 6c6cf39d8..13ca95342 100644
--- a/docs/zh/latest/plugins/mocking.md
+++ b/docs/zh/latest/plugins/mocking.md
@@ -5,7 +5,7 @@ keywords:
- Plugin
- Mocking
- mocking
- description: 本文介绍了关于 Apache APISIX `mocking` 插件的基本信息及使用方法。
+description: 本文介绍了关于 Apache APISIX `mocking` 插件的基本信息及使用方法。
---
<!--