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

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 723d6089751 Update _index.en.md (#26741)
723d6089751 is described below

commit 723d60897514faa36087e1eaf21ee4231abc31ed
Author: Yacine Si Tayeb <[email protected]>
AuthorDate: Mon Jul 3 13:35:59 2023 +0800

    Update _index.en.md (#26741)
---
 docs/document/content/reference/management/_index.en.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/document/content/reference/management/_index.en.md 
b/docs/document/content/reference/management/_index.en.md
index 512a8e8b153..4051a7c6457 100644
--- a/docs/document/content/reference/management/_index.en.md
+++ b/docs/document/content/reference/management/_index.en.md
@@ -6,8 +6,8 @@ weight = 3
 
 ## Data Structure in Registry Center
 
-Under defined namespace, `rules`, `props` and `metadata` nodes persist in 
YAML. Modifying nodes can dynamically refresh configurations.
-`nodes` persist the runtime node of database access object, to distinguish 
different database access instances.
+Under a defined namespace, `rules`, `props` and `metadata` nodes persist in 
YAML. Modifying nodes can dynamically refresh configurations.
+`nodes` persist the runtime node of the database access object, to distinguish 
different database access instances.
 `statistics` persist data records in system tables.
 
 ```
@@ -109,7 +109,7 @@ transaction:
 
 ### /props
 
-These are the properties configuration. Please refer to the [Configuration 
Manual](/en/user-manual/common-config/props/) for more details.
+These are the properties' configurations. Please refer to the [Configuration 
Manual](/en/user-manual/common-config/props/) for more details.
 
 ```yaml
 kernel-executor-size: 20
@@ -118,7 +118,7 @@ sql-show: true
 
 ### /metadata/${databaseName}/data_sources/ds_0/versions/0
 
-Database connection pools, whose properties (e.g. DBCP, C3P0, Druid and 
HikariCP) are configured by the users.
+Database connection pools, whose properties (e.g. DBCP, C3P0, Druid and 
HikariCP) are to be configured by the user.
 
 ```yaml
 ds_0:
@@ -193,4 +193,4 @@ The identifiers are temporary nodes, which are registered 
when instances are onl
 
 ### /nodes/storage_nodes
 
-It can orchestrate replica database, and delete or disable data dynamically.
+It can orchestrate a replica database, and delete or disable data dynamically.

Reply via email to