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

mjsax 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 d8c98f2e824 MINOR: fix KafkaStreams archtype docs (#18469)
d8c98f2e824 is described below

commit d8c98f2e8241ace5950addd163409ce78ec28867
Author: Matthias J. Sax <matth...@confluent.io>
AuthorDate: Mon Jan 13 11:19:32 2025 -0800

    MINOR: fix KafkaStreams archtype docs (#18469)
    
    Reviewers: Chia-Ping Tsai <chia7...@gmail.com>
---
 docs/streams/tutorial.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html
index 933cd11f12b..2e3b2204ffe 100644
--- a/docs/streams/tutorial.html
+++ b/docs/streams/tutorial.html
@@ -47,7 +47,7 @@
 -DarchetypeArtifactId=streams-quickstart-java \
 -DarchetypeVersion={{fullDotVersion}} \
 -DgroupId=streams.examples \
--DartifactId=streams-quickstart\
+-DartifactId=streams-quickstart \
 -Dversion=0.1 \
 -Dpackage=myapps</code></pre>
     <p>

Reply via email to