From 69945d7e71e7192c9f03ee945f9b3bb010355348 Mon Sep 17 00:00:00 2001 From: Roger3581321 Date: Wed, 5 Oct 2022 16:27:28 +0800 Subject: [PATCH] Correct a spelling mistake in ans.adoc (#2818) --- spring-cloud-alibaba-docs/src/main/asciidoc/ans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-alibaba-docs/src/main/asciidoc/ans.adoc b/spring-cloud-alibaba-docs/src/main/asciidoc/ans.adoc index dede76481..b386a5894 100644 --- a/spring-cloud-alibaba-docs/src/main/asciidoc/ans.adoc +++ b/spring-cloud-alibaba-docs/src/main/asciidoc/ans.adoc @@ -18,7 +18,7 @@ If you want to use ANS in your project, please use the starter with the group ID === Use ANS to Register Service -When Spring Cloud AliCloud ANS Starter is introduced on the client, the metadata of the service such as IP, port number and weright will be registered to the registration center automatically. The client will maintain heartbeat with the server to prove that it is capable of providing service properly. +When Spring Cloud AliCloud ANS Starter is introduced on the client, the metadata of the service such as IP, port number and weight will be registered to the registration center automatically. The client will maintain heartbeat with the server to prove that it is capable of providing service properly. The following is a simple illustration.