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

mjsax pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6d86b23  MINOR: Fix typos (#338)
6d86b23 is described below

commit 6d86b23d28d7c888038864d972a06d94643bfd9f
Author: Andrew Lee <[email protected]>
AuthorDate: Fri Apr 9 12:14:28 2021 -0700

    MINOR: Fix typos (#338)
    
    Reviewers: Matthias J. Sax <[email protected]>
---
 27/quickstart.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/27/quickstart.html b/27/quickstart.html
index 8482f81..a263291 100644
--- a/27/quickstart.html
+++ b/27/quickstart.html
@@ -166,7 +166,7 @@ This is my second event</code></pre>
   </p>
 
   <p>Take a look at the <a href="/documentation/#connect">Kafka Connect 
section</a>
-  learn more about how to continuously import/export your data into and out of 
Kafka.</p>
+  to learn more about how to continuously import/export your data into and out 
of Kafka.</p>
 
   </div>
 
@@ -196,7 +196,7 @@ KTable&lt;String, Long&gt; wordCounts = textLines
             .groupBy((keyIgnored, word) -&gt; word)
             .count();
 
-wordCounts.toStream().to("output-topic"), Produced.with(Serdes.String(), 
Serdes.Long()));</code></pre>
+wordCounts.toStream().to("output-topic", Produced.with(Serdes.String(), 
Serdes.Long()));</code></pre>
 
   <p>
       The <a href="/25/documentation/streams/quickstart">Kafka Streams demo</a>

Reply via email to