You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/01/22 04:16:03 UTC

[incubator-seatunnel] branch dev updated: [Doc] Fix the duplicate words for spark deploy doc (#1137)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new b8d548e  [Doc] Fix the duplicate words for spark deploy doc (#1137)
b8d548e is described below

commit b8d548e09527ea2aaa610657a1ed71ab6f027e2c
Author: Benedict Jin <as...@apache.org>
AuthorDate: Sat Jan 22 12:15:58 2022 +0800

    [Doc] Fix the duplicate words for spark deploy doc (#1137)
---
 deploy/docker/spark/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/docker/spark/README.md b/deploy/docker/spark/README.md
index a1593b7..8d542ca 100644
--- a/deploy/docker/spark/README.md
+++ b/deploy/docker/spark/README.md
@@ -4,7 +4,7 @@
 docker-compose up
 ```
 
-This command starts 2 containers, one is to to write data into a file, which serves as a datasource, the other container
+This command starts 2 containers, one is to write data into a file, which serves as a datasource, the other container
 is SeaTunnel.
 
 From the logs, you can see the data file is read and parsed into structured table rows.