Skip to content

Commit fdeb5ae

Browse files
authored
[docs] Fix typos and format in deploying-local-cluster.md (#1393)
1 parent c2ba929 commit fdeb5ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/install-deploy/deploying-local-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This page provides instructions on how to deploy a *local cluster* (on one machi
2828
## Requirements
2929

3030
Fluss runs on all *UNIX-like environments*, e.g. **Linux**, **Mac OS X**.
31-
Before you start to setup the system, make sure you have the following software installed on your test machine:
31+
Before you start to set up the system, make sure you have the following software installed on your test machine:
3232

3333
- **Java 17** or higher (Java 8 and Java 11 are not recommended)
3434

@@ -60,8 +60,8 @@ After that, the Fluss local cluster is started.
6060

6161
## Interacting with Fluss
6262

63-
After Fluss local cluster is started, you can use **Fluss Client** (Currently, only support Flink Sql Client) to interact with Fluss.
64-
The following subsections will show you how to use Flink Sql Client to interact with Fluss.
63+
After Fluss local cluster is started, you can use **Fluss Client** (Currently, only support Flink SQL Client) to interact with Fluss.
64+
The following subsections will show you how to use Flink SQL Client to interact with Fluss.
6565

6666
### Flink SQL Client
6767

@@ -86,4 +86,4 @@ CREATE CATALOG fluss_catalog WITH (
8686
#### Do more with Fluss
8787

8888
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.
89-
More details please refer to [Flink Getting started](engine-flink/getting-started.md)
89+
More details please refer to [Flink Getting Started](engine-flink/getting-started.md)

0 commit comments

Comments
 (0)