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

bbejeck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b3fb10b418b MINOR: Fix typo in Streams DSL description (#20876)
b3fb10b418b is described below

commit b3fb10b418b7220a562f6031a6dd479b04e4d1fa
Author: farzan ghalami <[email protected]>
AuthorDate: Thu Nov 13 18:15:18 2025 +0100

    MINOR: Fix typo in Streams DSL description (#20876)
    
    It is the recommended for -> It is recommended for
    
    Reviewers: Bill Bejeck<[email protected]>
---
 docs/streams/developer-guide/dsl-api.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/developer-guide/dsl-api.html 
b/docs/streams/developer-guide/dsl-api.html
index 4de5389ac75..f0050c3c203 100644
--- a/docs/streams/developer-guide/dsl-api.html
+++ b/docs/streams/developer-guide/dsl-api.html
@@ -34,7 +34,7 @@
 
     <div class="section" id="streams-dsl">
         <span id="streams-developer-guide-dsl"></span><h1>Streams DSL<a 
class="headerlink" href="#streams-dsl" title="Permalink to this 
headline"></a></h1>
-        <p>The Kafka Streams DSL (Domain Specific Language) is built on top of 
the Streams Processor API. It is the recommended for
+        <p>The Kafka Streams DSL (Domain Specific Language) is built on top of 
the Streams Processor API. It is recommended for
             most users, especially beginners. Most data processing operations 
can be expressed in just a few lines of DSL code.</p>
         <div class="contents local topic" id="table-of-contents">
             <p class="topic-title first"><b>Table of Contents</b></p>

Reply via email to