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/01 10:47:41 UTC

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

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 8a0902f3e71dc5b3c141040ac6da74b0f5d326be
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Thu Dec 1 18:47:33 2022 +0800

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