This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new fdeb5aec4 [docs] Fix typos and format in deploying-local-cluster.md
(#1393)
fdeb5aec4 is described below
commit fdeb5aec442e05031f71e7e2cb89f44df973663c
Author: Zmm <[email protected]>
AuthorDate: Thu Jul 31 20:19:48 2025 +0800
[docs] Fix typos and format in deploying-local-cluster.md (#1393)
---
website/docs/install-deploy/deploying-local-cluster.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/docs/install-deploy/deploying-local-cluster.md
b/website/docs/install-deploy/deploying-local-cluster.md
index 02812f973..d4c8c9abf 100644
--- a/website/docs/install-deploy/deploying-local-cluster.md
+++ b/website/docs/install-deploy/deploying-local-cluster.md
@@ -28,7 +28,7 @@ This page provides instructions on how to deploy a *local
cluster* (on one machi
## Requirements
Fluss runs on all *UNIX-like environments*, e.g. **Linux**, **Mac OS X**.
-Before you start to setup the system, make sure you have the following
software installed on your test machine:
+Before you start to set up the system, make sure you have the following
software installed on your test machine:
- **Java 17** or higher (Java 8 and Java 11 are not recommended)
@@ -60,8 +60,8 @@ After that, the Fluss local cluster is started.
## Interacting with Fluss
-After Fluss local cluster is started, you can use **Fluss Client** (Currently,
only support Flink Sql Client) to interact with Fluss.
-The following subsections will show you how to use Flink Sql Client to
interact with Fluss.
+After Fluss local cluster is started, you can use **Fluss Client** (Currently,
only support Flink SQL Client) to interact with Fluss.
+The following subsections will show you how to use Flink SQL Client to
interact with Fluss.
### Flink SQL Client
@@ -86,4 +86,4 @@ CREATE CATALOG fluss_catalog WITH (
#### Do more with Fluss
After the catalog is created, you can use Flink SQL Client to do more with
Fluss, for example, create a table, insert data, query data, etc.
-More details please refer to [Flink Getting
started](engine-flink/getting-started.md)
\ No newline at end of file
+More details please refer to [Flink Getting
Started](engine-flink/getting-started.md)
\ No newline at end of file