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/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 90a04fa Update index.md (#181)
90a04fa is described below
commit 90a04fa70dec164579014806d994a87e25032886
Author: midnight2104 <[email protected]>
AuthorDate: Fri Aug 6 14:34:00 2021 +0800
Update index.md (#181)
---
content/en/projects/shenyu/spi-design/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/en/projects/shenyu/spi-design/index.md
b/content/en/projects/shenyu/spi-design/index.md
index f35af91..8de6c6d 100644
--- a/content/en/projects/shenyu/spi-design/index.md
+++ b/content/en/projects/shenyu/spi-design/index.md
@@ -5,10 +5,10 @@ description: spi-design
---
-'SPI', called 'Service Provider Interface', is a built-in JDK Service that
provides discovery function and a dynamic replacement discovery mechanism.
+SPI, called Service Provider Interface, is a built-in JDK Service that
provides discovery function and a dynamic replacement discovery mechanism.
-[shenyu-spi](https://github.com/apache/incubator-shenyu/tree/master/shenyu-spi)
是`Apache ShenYu`网关自定义的`SPI`扩展实现,设计和实现原理参考了`Dubbo`的
[SPI扩展实现](https://dubbo.apache.org/zh/docs/v2.7/dev/impls/) 。
+[shenyu-spi](https://github.com/apache/incubator-shenyu/tree/master/shenyu-spi)
is a custom SPI extension implementation for Apache Shenyu gateway. The design
and implementation principles refer to [SPI Extension
Implementations](https://dubbo.apache.org/en/docs/v2.7/dev/impls/) .
### Registry Center