Skip to content

Commit 86ccc81

Browse files
Revolyssupkayx23
andauthored
Apply suggestions from code review
Co-authored-by: Traky Deng <trakydeng@gmail.com>
1 parent f3e8bb2 commit 86ccc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/latest/discovery/nacos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The performance of this module needs to be improved:
2929

3030
### Configuration for Nacos
3131

32-
There are two ways to configure Nacos. Single instance and Multi instance method.
32+
Nacos can be configured in two ways: single instance or multi-instance.
3333

3434
Add following configuration in `conf/config.yaml` :
3535

@@ -99,7 +99,7 @@ discovery:
9999
100100
#### L7
101101
102-
Here is an example of routing a request with an URI of "/nacos/*" to a service which named "http://192.168.33.1:8848/nacos/v1/ns/instance/list?serviceName=APISIX-NACOS" configured with id `nacos-cluster-1` and use nacos discovery client in the registry:
102+
The following is an example of routing requests matching the URI `/nacos/*` to a service at `http://192.168.33.1:8848/nacos/v1/ns/instance/list?serviceName=APISIX-NACOS`, configured with the ID `nacos-cluster-1` and using the Nacos discovery client in the registry.”
103103

104104
:::note
105105
You can fetch the `admin_key` from `config.yaml` and save to an environment variable with the following command:

0 commit comments

Comments
 (0)