You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/12/23 12:53:17 UTC

[shardingsphere] branch master updated: Update _index.en.md (#23059)

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

zhangliang 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 41de43ce2bd Update _index.en.md (#23059)
41de43ce2bd is described below

commit 41de43ce2bda0999838ad17fbb49c1767dbc3f7f
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Fri Dec 23 20:53:11 2022 +0800

    Update _index.en.md (#23059)
---
 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 3cf9c6689fe..d984827cb44 100644
--- a/docs/document/content/reference/management/_index.en.md
+++ b/docs/document/content/reference/management/_index.en.md
@@ -7,7 +7,7 @@ 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` node persist the runtime node of database access object, to distinguish different database access instances.
+`nodes` persist the runtime node of database access object, to distinguish different database access instances.
 `sys_data` persist system tables and data.
 
 ```
@@ -68,7 +68,7 @@ namespace
 
 ### /rules
 
-Global rule configuration, which can include transaction configuration, SQL parser configuration, etc.
+These are the global rule configurations, which can include transaction configuration, SQL parser configuration, etc.
 
 ```yaml
 - !TRANSACTION
@@ -80,7 +80,7 @@ Global rule configuration, which can include transaction configuration, SQL pars
 
 ### /props
 
-Properties configuration. Please refer to the [Configuration Manual](/en/user-manual/shardingsphere-jdbc/props/) for more details.
+These are the properties configuration. Please refer to the [Configuration Manual](/en/user-manual/shardingsphere-jdbc/props/) for more details.
 
 ```yaml
 kernel-executor-size: 20
@@ -89,7 +89,7 @@ sql-show: true
 
 ### /metadata/${databaseName}/versions/${versionNumber}/dataSources
 
-A collection of multiple database connection pools, whose properties (e.g. DBCP, C3P0, Druid and HikariCP) are configured by the users themselves.
+A collection of multiple database connection pools, whose properties (e.g. DBCP, C3P0, Druid and HikariCP) are configured by the users.
 
 ```yaml
 ds_0:
@@ -163,7 +163,7 @@ indexs:                                   # Index
 
 ### /nodes/compute_nodes
 
-It includes running instance information of database access object, with sub-nodes as the identifiers of theh currently running instance, which is automatically generated at each startup using UUID. 
+It includes running instance information of database access object, with sub-nodes as the identifiers of the currently running instance, which is automatically generated at each startup using UUID. 
 
 The identifiers are temporary nodes, which are registered when instances are online and cleared when instances are offline. The registry center monitors the change of those nodes to govern the database access of running instances and other things.