Skip to content

Commit b9b1787

Browse files
ZmmBigdatawuchong
authored andcommitted
[docs] Fix typos and format in deploying-local-cluster.md (#1393)
1 parent 797a46f commit b9b1787

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
@@ -26,7 +26,7 @@ This page provides instructions on how to deploy a *local cluster* (on one machi
2626
## Requirements
2727

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

3131
- **Java 17** or higher (Java 8 and Java 11 are not recommended)
3232

@@ -58,8 +58,8 @@ After that, the Fluss local cluster is started.
5858

5959
## Interacting with Fluss
6060

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

6464
### Flink SQL Client
6565

@@ -84,4 +84,4 @@ CREATE CATALOG fluss_catalog WITH (
8484
#### Do more with Fluss
8585

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

0 commit comments

Comments
 (0)