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

[incubator-seatunnel] branch dev updated: [hotfix][spark][config-examples] Corrected duplicate wording (#1493)

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

wuchunfu 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 d563870  [hotfix][spark][config-examples] Corrected duplicate wording (#1493)
d563870 is described below

commit d5638701f8fcdc7204635f891cce49680611a765
Author: mans2singh <ma...@users.noreply.github.com>
AuthorDate: Tue Mar 15 21:47:47 2022 -0400

    [hotfix][spark][config-examples] Corrected duplicate wording (#1493)
---
 docs/en/spark/configuration/ConfigExamples.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/spark/configuration/ConfigExamples.md b/docs/en/spark/configuration/ConfigExamples.md
index 53b5ed1..0e558c1 100644
--- a/docs/en/spark/configuration/ConfigExamples.md
+++ b/docs/en/spark/configuration/ConfigExamples.md
@@ -2,8 +2,8 @@
 
 > Complete configuration file example [Spark]
 
-- Configuration example 1: [Streaming streaming computing](https://github.com/apache/incubator-seatunnel/blob/dev/config/spark.streaming.conf.template)
+- Configuration example 1: [Stream processing](https://github.com/apache/incubator-seatunnel/blob/dev/config/spark.streaming.conf.template)
 
-- Configuration example 2: [Batch offline batch processing](https://github.com/apache/incubator-seatunnel/blob/dev/config/spark.batch.conf.template) 
+- Configuration example 2: [Batch offline processing](https://github.com/apache/incubator-seatunnel/blob/dev/config/spark.batch.conf.template) 
 
 If you want to know the details of this format configuration, Please see [HOCON](https://github.com/lightbend/config/blob/main/HOCON.md).
\ No newline at end of file