Skip to content

Commit 74a59d8

Browse files
author
zhangchaoming.zcm
committed
hotfix
1 parent a71c39f commit 74a59d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/content.zh/docs/core-concept/data-sink.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To describe a data sink, the follows are required:
3535
|-----------------------------|-------------------------------------------------------------------------------------------------|-------------------|
3636
| type | The type of the sink, such as doris or starrocks. | required |
3737
| name | The name of the sink, which is user-defined (a default value provided). | optional |
38-
| parallelism | The parallelism of the sink (or will `pipeline.parallelism`). | optional |
38+
| parallelism | The parallelism of the sink (or will use `pipeline.parallelism`). | optional |
3939
| configurations of Data Sink | Configurations to build the Data Sink e.g. connection configurations and sink table properties. | optional |
4040

4141
# Example

docs/content.zh/docs/core-concept/data-source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To describe a data source, the follows are required:
3535
|-------------------------------|-----------------------------------------------------------------------------------------------------|-------------------|
3636
| type | The type of the source, such as mysql. | required |
3737
| name | The name of the source, which is user-defined (a default value provided). | optional |
38-
| parallelism | The parallelism of the source (or will `pipeline.parallelism`). | optional |
38+
| parallelism | The parallelism of the source (or will use `pipeline.parallelism`). | optional |
3939
| configurations of Data Source | Configurations to build the Data Source e.g. connection configurations and source table properties. | optional |
4040

4141
# Example

docs/content/docs/core-concept/data-sink.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To describe a data sink, the follows are required:
3535
|-----------------------------|-------------------------------------------------------------------------------------------------|-------------------|
3636
| type | The type of the sink, such as doris or starrocks. | required |
3737
| name | The name of the sink, which is user-defined (a default value provided). | optional |
38-
| parallelism | The parallelism of the sink (or will `pipeline.parallelism`). | optional |
38+
| parallelism | The parallelism of the sink (or will use `pipeline.parallelism`). | optional |
3939
| configurations of Data Sink | Configurations to build the Data Sink e.g. connection configurations and sink table properties. | optional |
4040

4141
# Example

docs/content/docs/core-concept/data-source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To describe a data source, the follows are required:
3535
|-------------------------------|-----------------------------------------------------------------------------------------------------|-------------------|
3636
| type | The type of the source, such as mysql. | required |
3737
| name | The name of the source, which is user-defined (a default value provided). | optional |
38-
| parallelism | The parallelism of the source (or will `pipeline.parallelism`). | optional |
38+
| parallelism | The parallelism of the source (or will use `pipeline.parallelism`). | optional |
3939
| configurations of Data Source | Configurations to build the Data Source e.g. connection configurations and source table properties. | optional |
4040

4141
# Example

0 commit comments

Comments
 (0)