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

jianglongtao 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 dd0e6952700 fix issue : #24692  a error in doc (#24693)
dd0e6952700 is described below

commit dd0e695270017f9f98b32d50d2d52226051e6e3f
Author: 张忠源 <[email protected]>
AuthorDate: Tue Mar 21 13:26:47 2023 +0800

    fix issue : #24692  a error in doc (#24693)
    
    * fix: proxy-doc
    
    * fix: proxy-doc
    
    * fix(authority.cn.md authority.en.md): doc error
---
 .../user-manual/shardingsphere-proxy/yaml-config/authority.cn.md        | 2 +-
 .../user-manual/shardingsphere-proxy/yaml-config/authority.en.md        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/authority.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/authority.cn.md
index f78498fd869..ad5dd02b268 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/authority.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/authority.cn.md
@@ -108,7 +108,7 @@ authority:
   privilege:
     type: DATABASE_PERMITTED
     props:
-      user-database-mappings: [email protected]=*, sharding=test_db, 
sharding=sharding_db
+      user-database-mappings: [email protected]=*, sharding@%=test_db, 
sharding@%=sharding_db
 ```
 
 说明:
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/authority.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/authority.en.md
index e18dab8a4d4..c3226d22a09 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/authority.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/authority.en.md
@@ -109,7 +109,7 @@ authority:
   privilege:
     type: DATABASE_PERMITTED
     props:
-      user-database-mappings: [email protected]=*, sharding=test_db, 
sharding=sharding_db
+      user-database-mappings: [email protected]=*, sharding@%=test_db, 
sharding@%=sharding_db
 ```
 
 Explanation:

Reply via email to