From ae2052df5e4fe6a40035f22ff3a85fb5748d72dc Mon Sep 17 00:00:00 2001 From: RunningDB <144221862+RunningDB@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:12:50 +0800 Subject: [PATCH] [docs] Fix typo in website/docs/engine-flink/ddl.md (#262) --- website/docs/engine-flink/ddl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/engine-flink/ddl.md b/website/docs/engine-flink/ddl.md index 183d6943..d0bde117 100644 --- a/website/docs/engine-flink/ddl.md +++ b/website/docs/engine-flink/ddl.md @@ -23,7 +23,7 @@ The following properties can be set if using the Fluss catalog: | bootstrap.servers | required | (none) | Comma separated list of Fluss servers. | | default-database | optional | fluss | The default database to use when switching to this catalog. | -The following introduced statements assuming the the current catalog is switched to the Fluss catalog using `USE CATALOG ` statement. +The following introduced statements assuming the current catalog is switched to the Fluss catalog using `USE CATALOG ` statement. ## Create Database