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/02 07:09:32 UTC

[shardingsphere] branch master updated: Update rules.en.md (#22566)

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 8e5241c05cb Update rules.en.md (#22566)
8e5241c05cb is described below

commit 8e5241c05cba9ca5c40772ab99c80a034bc295db
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Fri Dec 2 15:09:25 2022 +0800

    Update rules.en.md (#22566)
---
 .../user-manual/shardingsphere-proxy/yaml-config/rules.en.md        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/rules.en.md b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/rules.en.md
index a1926262a52..8d1d8463e9f 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/rules.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/rules.en.md
@@ -5,16 +5,16 @@ weight = 3
 
 ## Background
 
-This section describes how to configure the rules for ShardingSphere-Proxy.
+This section explains how to configure the ShardingSphere-Proxy rules.
 
 ## Parameters Explained
 
-Rules configuration of ShardingSphere-Proxy is the same as that of ShardingSphere-JDBC.
+Rules configuration for ShardingSphere-Proxy is the same as ShardingSphere-JDBC.
 For details, please refer to [ShardingSphere-JDBC Rules Configuration](/en/user-manual/shardingsphere-jdbc/yaml-config/rules/).
 
 ## Notice
 
-Unlike ShardingSphere-JDBC, the following rules need to be configured in `server.yaml` of ShardingSphere-Proxy:
+Unlike ShardingSphere-JDBC, the following rules need to be configured in ShardingSphere-Proxy's `server.yaml`:
 
 * [SQL Parsing](/en/user-manual/shardingsphere-jdbc/yaml-config/rules/sql-parser/)
 ```yaml