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

srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5b1de5b85 [MINOR] Fix typo in streaming page
5b1de5b85 is described below

commit 5b1de5b85aab4200c079bb7d677ce34bfa8c9429
Author: Jungtaek Lim <kabhwan.opensou...@gmail.com>
AuthorDate: Mon Jun 6 22:05:41 2022 -0500

    [MINOR] Fix typo in streaming page
    
    Ease to use -> Easy to use
    
    <img width="1714" alt="스크린샷 2022-06-07 오전 11 26 50" 
src="https://user-images.githubusercontent.com/1317309/172282889-40d0c007-5115-43a7-a23c-812388a96c9b.png";>
    
    Author: Jungtaek Lim <kabhwan.opensou...@gmail.com>
    
    Closes #391 from HeartSaVioR/WIP-fix-typo-streaming.
---
 site/streaming/index.html | 2 +-
 streaming/index.md        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/streaming/index.html b/site/streaming/index.html
index 2f0f9ad1c..3a176fa11 100644
--- a/site/streaming/index.html
+++ b/site/streaming/index.html
@@ -130,7 +130,7 @@
 
 <div class="row row-padded">
   <div class="col-md-7 col-sm-7">
-    <h2>Ease to use</h2>
+    <h2>Easy to use</h2>
     <p>
       Spark Structured Streaming abstracts away complex streaming concepts 
such as incremental processing, checkpointing, and watermarks 
       so that you can build streaming applications and pipelines without 
learning any new concepts or tools.
diff --git a/streaming/index.md b/streaming/index.md
index 9e1d63cf9..98d487969 100644
--- a/streaming/index.md
+++ b/streaming/index.md
@@ -15,7 +15,7 @@ subproject: Streaming
 
 <div class="row row-padded">
   <div class="col-md-7 col-sm-7">
-    <h2>Ease to use</h2>
+    <h2>Easy to use</h2>
     <p>
       Spark Structured Streaming abstracts away complex streaming concepts 
such as incremental processing, checkpointing, and watermarks 
       so that you can build streaming applications and pipelines without 
learning any new concepts or tools.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to