This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new a49311b48e [typo](doc) Fixed typos in DROP-CATALOG.md (#18909)
a49311b48e is described below
commit a49311b48ee5fcbd392d6c30db98ed7a6d4ebca3
Author: zzzzzzzs <[email protected]>
AuthorDate: Sat Apr 22 08:39:42 2023 +0800
[typo](doc) Fixed typos in DROP-CATALOG.md (#18909)
---
.../sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md | 2 +-
.../sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
index 7eaa92a1c8..8ce48c1fe2 100644
---
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
+++
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
@@ -46,7 +46,7 @@ DROP CATALOG [I EXISTS] catalog_name;
```sql
DROP CATALOG hive;
- ```
+ ```
### Keywords
diff --git
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
index fe0be89ad0..80c757c978 100644
---
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
+++
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
@@ -50,7 +50,7 @@ DROP CATALOG [IF EXISTS] catalog_name;
```sql
DROP CATALOG hive;
- ```
+ ```
### Keywords
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]