This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 79f18167f3 错别字修正 (#960)
79f18167f3 is described below
commit 79f18167f3ec9e3401e68f6790e1ee3995e4ea8c
Author: Kerwin Bryant <[email protected]>
AuthorDate: Thu Aug 17 14:55:14 2023 +0800
错别字修正 (#960)
---
.../docusaurus-plugin-content-docs/current/developer/custom-plugin.md | 2 +-
.../version-2.6.0/developer/custom-plugin.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/developer/custom-plugin.md
b/i18n/zh/docusaurus-plugin-content-docs/current/developer/custom-plugin.md
index 4f1cd7dd6d..969720dc59 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/developer/custom-plugin.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/developer/custom-plugin.md
@@ -315,7 +315,7 @@ shenyu:
* 当使用这个功能时候, 需要把上述扩展的`ShenyuPlugin` 打包成自定义的 ShenyuPlugin Jar 包
* 并且在 ShenyuAdmin 进行配置
* 进入 ShenyuAdmin - BasicConfig - Plugin 进行添加 plugin 在 pluginJar 中可以添加自定义的
plugin Jar 包
-* 自定义的 ShenyuPlugin 如果依赖了其他的第三方包可以 ShenyuBootstrap 启动是加载到 -cp 的第三方jar包目录
+* 自定义的 ShenyuPlugin 如果依赖了其他的第三方包可以 ShenyuBootstrap 启动时加载到 -cp 的第三方jar包目录
注意:
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/developer/custom-plugin.md
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/developer/custom-plugin.md
index 4f1cd7dd6d..969720dc59 100644
---
a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/developer/custom-plugin.md
+++
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/developer/custom-plugin.md
@@ -315,7 +315,7 @@ shenyu:
* 当使用这个功能时候, 需要把上述扩展的`ShenyuPlugin` 打包成自定义的 ShenyuPlugin Jar 包
* 并且在 ShenyuAdmin 进行配置
* 进入 ShenyuAdmin - BasicConfig - Plugin 进行添加 plugin 在 pluginJar 中可以添加自定义的
plugin Jar 包
-* 自定义的 ShenyuPlugin 如果依赖了其他的第三方包可以 ShenyuBootstrap 启动是加载到 -cp 的第三方jar包目录
+* 自定义的 ShenyuPlugin 如果依赖了其他的第三方包可以 ShenyuBootstrap 启动时加载到 -cp 的第三方jar包目录
注意: