You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by mi...@apache.org on 2021/10/08 04:24:58 UTC

[incubator-shenyu-website] branch main updated: Update spi-design.md (#307)

This is an automated email from the ASF dual-hosted git repository.

midnight2104 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 256c58c  Update spi-design.md (#307)
256c58c is described below

commit 256c58c068d9f7b4ecd543cd20499636977733bf
Author: JenniferYin <43...@users.noreply.github.com>
AuthorDate: Fri Oct 8 12:24:51 2021 +0800

    Update spi-design.md (#307)
    
    Has --> Hash
---
 versioned_docs/version-2.4.0/design/spi-design.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versioned_docs/version-2.4.0/design/spi-design.md b/versioned_docs/version-2.4.0/design/spi-design.md
index 260ee65..10dee12 100644
--- a/versioned_docs/version-2.4.0/design/spi-design.md
+++ b/versioned_docs/version-2.4.0/design/spi-design.md
@@ -23,7 +23,7 @@ Responsible for service monitoring, loading concrete implementation through `SPI
 
 ### Load Balance
 
-Select one of the service providers to call. Currently, the supported algorithms are `Has`, `Random`, and `RoundRobin`, and the extended interface is `LoadBalance`.
+Select one of the service providers to call. Currently, the supported algorithms are `Hash`, `Random`, and `RoundRobin`, and the extended interface is `LoadBalance`.
 
 ### RateLimiter