You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ga...@apache.org on 2022/10/12 13:45:15 UTC

[incubator-seatunnel] branch dev updated: [Doc]Fix typos in QuickStart Doc (#3079)

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

gaojun2048 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 76818359a [Doc]Fix typos in QuickStart Doc (#3079)
76818359a is described below

commit 76818359af3bce34538536c250a991f038d8217e
Author: Huan Liang <Co...@gmail.com>
AuthorDate: Wed Oct 12 21:45:10 2022 +0800

    [Doc]Fix typos in QuickStart Doc (#3079)
---
 docs/en/start/local.mdx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/start/local.mdx b/docs/en/start/local.mdx
index b86f46b16..f9115b6bd 100644
--- a/docs/en/start/local.mdx
+++ b/docs/en/start/local.mdx
@@ -52,7 +52,7 @@ seatunnel-connector-flink-assert
 **Configure SeaTunnel**: Change the setting in `config/seatunnel-env.sh`, it is base on the path your engine install at [prepare step two](#prepare).
 Change `SPARK_HOME` if you using Spark as your engine, or change `FLINK_HOME` if you're using Flink.
 
-**Run Application with Build-in Configure**: We already providers and out-of-box configuration in directory `config` which
+**Run Application with Build-in Configure**: We already provide an out-of-box configuration in the directory `config` which
 you could find when you extract the tarball. You could start the application by the following commands
 
 <Tabs
@@ -124,7 +124,7 @@ topLevel, 20
 
 ## Explore More Build-in Examples
 
-Our local quick start is using one of the build-in example in directory `config`, and we provider more than one out-of-box
+Our local quick start is using one of the build-in example in directory `config`, and we provide more than one out-of-box
 example you could and feel free to have a try and make your hands dirty. All you have to do is change the started command
 option value in [running application](#run-seaTunnel-application) to the configuration you want to run, we use batch
 template in `config` as examples: