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

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 945709d9d91f5b907919ad88f64cbe8c7cfb0731
Author: Jiri Ondrusek <ondrusek.j...@gmail.com>
AuthorDate: Mon May 12 08:46:20 2025 +0200

    Generated files
---
 docs/modules/ROOT/examples/components/kafka.yml                       | 2 +-
 docs/modules/ROOT/pages/reference/extensions/kafka.adoc               | 4 ++--
 .../kafka/runtime/src/main/resources/META-INF/quarkus-extension.yaml  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/examples/components/kafka.yml 
b/docs/modules/ROOT/examples/components/kafka.yml
index 0813376a45..eb51134e41 100644
--- a/docs/modules/ROOT/examples/components/kafka.yml
+++ b/docs/modules/ROOT/examples/components/kafka.yml
@@ -9,5 +9,5 @@ cqJvmSince: 1.0.0
 cqNativeSince: 1.0.0
 cqCamelPartName: kafka
 cqCamelPartTitle: Kafka
-cqCamelPartDescription: Sent and receive messages to/from an Apache Kafka 
broker.
+cqCamelPartDescription: Send and receive messages to/from an Apache Kafka 
broker.
 cqExtensionPageTitle: Kafka
diff --git a/docs/modules/ROOT/pages/reference/extensions/kafka.adoc 
b/docs/modules/ROOT/pages/reference/extensions/kafka.adoc
index 335e372474..e682ef4a73 100644
--- a/docs/modules/ROOT/pages/reference/extensions/kafka.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/kafka.adoc
@@ -8,7 +8,7 @@
 :cq-native-supported: true
 :cq-status: Stable
 :cq-status-deprecation: Stable
-:cq-description: Sent and receive messages to/from an Apache Kafka broker.
+:cq-description: Send and receive messages to/from an Apache Kafka broker.
 :cq-deprecated: false
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
@@ -18,7 +18,7 @@ ifeval::[{doc-show-badges} == true]
 [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native 
since##[.badge-supported]##1.0.0##
 endif::[]
 
-Sent and receive messages to/from an Apache Kafka broker.
+Send and receive messages to/from an Apache Kafka broker.
 
 [id="extensions-kafka-whats-inside"]
 == What's inside
diff --git 
a/extensions/kafka/runtime/src/main/resources/META-INF/quarkus-extension.yaml 
b/extensions/kafka/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index b54626c1da..8b3bb4bd6f 100644
--- 
a/extensions/kafka/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ 
b/extensions/kafka/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -22,7 +22,7 @@
 #
 ---
 name: "Camel Kafka"
-description: "Sent and receive messages to/from an Apache Kafka broker"
+description: "Send and receive messages to/from an Apache Kafka broker"
 metadata:
   icon-url: 
"https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg";
   sponsor: "Apache Software Foundation"

Reply via email to