Skip to content

Commit cc1b6d7

Browse files
authored
[hotfix] Fix typos in getting-started.md (#1223)
1 parent 476c3ce commit cc1b6d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/engine-flink/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For a quick introduction to running Flink, refer to the [Quick Start](quickstart
3434

3535

3636
## Feature Support
37-
Fluss supports Apache Flink's Table API and Flnk's DataStream API.
37+
Fluss supports Apache Flink's Table API and Flink's DataStream API.
3838

3939
For Flink's Table API, Fluss supports the following features:
4040

@@ -47,8 +47,8 @@ For Flink's Table API, Fluss supports the following features:
4747
| [SQL create table like](ddl.md#create-table-like) | ✔️ | |
4848
| [SQL drop table](ddl.md#drop-table) | ✔️ | |
4949
| [SQL show partitions](ddl.md#show-partitions) | ✔️ | |
50-
| [SQL add partiiton](ddl.md#add-partition) | ✔️ | |
51-
| [SQL drop partiiton](ddl.md#drop-partition) | ✔️ | |
50+
| [SQL add partition](ddl.md#add-partition) | ✔️ | |
51+
| [SQL drop partition](ddl.md#drop-partition) | ✔️ | |
5252
| [SQL select](reads.md) | ✔️ | Support both streaming and batch mode. |
5353
| [SQL limit](reads.md#limit-read) | ✔️ | Only for Log Table |
5454
| [SQL insert into](writes.md) | ✔️ | Support both streaming and batch mode. |

0 commit comments

Comments
 (0)