This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 bd6ff0d fix typo (#11524)
bd6ff0d is described below
commit bd6ff0d039481358787ea64043342e0cfc09e96d
Author: Eden San <[email protected]>
AuthorDate: Tue Jul 27 12:01:02 2021 +0800
fix typo (#11524)
---
docs/document/content/dev-manual/proxy.cn.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/document/content/dev-manual/proxy.cn.md
b/docs/document/content/dev-manual/proxy.cn.md
index 73b6d79..8af2a0b 100644
--- a/docs/document/content/dev-manual/proxy.cn.md
+++ b/docs/document/content/dev-manual/proxy.cn.md
@@ -39,4 +39,4 @@ chapter = true
| *已知实现类* | *Type* |
*详细说明*
|
| -------------------------------------------------- |
------------------------ |
-----------------------------------------------------------------------------------
|
| NativeAuthorityProviderAlgorithm | NATIVE
| 基于后端数据库存取 server.yaml 中配置的权限信息。如果用户不存在,则自动创建用户并默认赋予最高权限。 |
-| AllPrivilegesPermittedAuthorityProviderAlgorithm |
ALL_PRIVILEGES_PERMITTED | 默认授予所有权限(不鉴权),不会与实际数据库数据库交互。
|
+| AllPrivilegesPermittedAuthorityProviderAlgorithm |
ALL_PRIVILEGES_PERMITTED | 默认授予所有权限(不鉴权),不会与实际数据库交互。
|