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

luzhijing pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 8146bac6239 [fix](doc) typo fix in sql-interception docs (#29097)
8146bac6239 is described below

commit 8146bac6239191b5fef487a6a5e6cb99f87e6464
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Wed Dec 27 16:21:20 2023 +0700

    [fix](doc) typo fix in sql-interception docs (#29097)
---
 docs/en/docs/admin-manual/sql-interception.md    | 2 +-
 docs/zh-CN/docs/admin-manual/sql-interception.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/admin-manual/sql-interception.md 
b/docs/en/docs/admin-manual/sql-interception.md
index 919322bd9eb..3141ada4252 100644
--- a/docs/en/docs/admin-manual/sql-interception.md
+++ b/docs/en/docs/admin-manual/sql-interception.md
@@ -86,7 +86,7 @@ ALTER SQL_BLOCK_RULE test_rule PROPERTIES("sql"="select \\* 
from test_table","en
 ALTER SQL_BLOCK_RULE test_rule2 PROPERTIES("partition_num" = 
"10","tablet_num"="300","enable"="true")
 ```
 
-- drop SQL block rule,Support multiple rules, separated by `,`,Please see the 
specific grammar[DROP SQL BLOCK 
RULR](../sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-SQL-BLOCK-RULE.md)
+- drop SQL block rule,Support multiple rules, separated by `,`,Please see the 
specific grammar[DROP SQL BLOCK 
RULE](../sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-SQL-BLOCK-RULE.md)
 ```sql
 DROP SQL_BLOCK_RULE test_rule1,test_rule2
 ```
diff --git a/docs/zh-CN/docs/admin-manual/sql-interception.md 
b/docs/zh-CN/docs/admin-manual/sql-interception.md
index 27ea3a678ba..66b726baf15 100644
--- a/docs/zh-CN/docs/admin-manual/sql-interception.md
+++ b/docs/zh-CN/docs/admin-manual/sql-interception.md
@@ -86,7 +86,7 @@ ALTER SQL_BLOCK_RULE test_rule PROPERTIES("sql"="select \\* 
from test_table","en
 ALTER SQL_BLOCK_RULE test_rule2 PROPERTIES("partition_num" = 
"10","tablet_num"="300","enable"="true")
 ```
 
-- 删除SQL阻止规则,支持多规则,以`,`隔开,具体语法请参阅 [DROP SQL BLOCK 
RULR](../sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-SQL-BLOCK-RULE.md)
+- 删除SQL阻止规则,支持多规则,以`,`隔开,具体语法请参阅 [DROP SQL BLOCK 
RULE](../sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-SQL-BLOCK-RULE.md)
 ```
 DROP SQL_BLOCK_RULE test_rule1,test_rule2
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to