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

[shardingsphere] branch yy2so-patch-1 created (now 94685be3f48)

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

yy2so pushed a change to branch yy2so-patch-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


      at 94685be3f48 Update _index.en.md

This branch includes the following new commits:

     new 94685be3f48 Update _index.en.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shardingsphere] 01/01: Update _index.en.md

Posted by yy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yy2so pushed a commit to branch yy2so-patch-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 94685be3f48fac9a47f0cc659e6f0b62be439791
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Fri Dec 23 17:42:48 2022 +0800

    Update _index.en.md
---
 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.