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

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

commit 72ceaaf223bf83d46360871e12f6fb81063807b4
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Feb 21 18:20:50 2024 +0100

    CAMEL-20410: documentation fixes for camel-splunk-hec
    
    - Fixed grammar and typos on the component description
---
 .../resources/org/apache/camel/catalog/components/splunk-hec.json       | 2 +-
 .../resources/org/apache/camel/component/splunkhec/splunk-hec.json      | 2 +-
 components/camel-splunk-hec/src/main/docs/splunk-hec-component.adoc     | 2 +-
 .../java/org/apache/camel/component/splunkhec/SplunkHECEndpoint.java    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
index ed5dc3a720a..d2e941e5c6f 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "splunk-hec",
     "title": "Splunk HEC",
-    "description": "The splunk component allows to publish events in Splunk 
using the HTTP Event Collector.",
+    "description": "The splunk component allows publishing events in Splunk 
using the HTTP Event Collector.",
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "monitoring",
diff --git 
a/components/camel-splunk-hec/src/generated/resources/org/apache/camel/component/splunkhec/splunk-hec.json
 
b/components/camel-splunk-hec/src/generated/resources/org/apache/camel/component/splunkhec/splunk-hec.json
index ed5dc3a720a..d2e941e5c6f 100644
--- 
a/components/camel-splunk-hec/src/generated/resources/org/apache/camel/component/splunkhec/splunk-hec.json
+++ 
b/components/camel-splunk-hec/src/generated/resources/org/apache/camel/component/splunkhec/splunk-hec.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "splunk-hec",
     "title": "Splunk HEC",
-    "description": "The splunk component allows to publish events in Splunk 
using the HTTP Event Collector.",
+    "description": "The splunk component allows publishing events in Splunk 
using the HTTP Event Collector.",
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "monitoring",
diff --git 
a/components/camel-splunk-hec/src/main/docs/splunk-hec-component.adoc 
b/components/camel-splunk-hec/src/main/docs/splunk-hec-component.adoc
index ef6ef5f0195..0ff12adf1db 100644
--- a/components/camel-splunk-hec/src/main/docs/splunk-hec-component.adoc
+++ b/components/camel-splunk-hec/src/main/docs/splunk-hec-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Splunk HEC
 :shortname: splunk-hec
 :artifactid: camel-splunk-hec
-:description: The splunk component allows to publish events in Splunk using 
the HTTP Event Collector.
+:description: The splunk component allows publishing events in Splunk using 
the HTTP Event Collector.
 :since: 3.3
 :supportlevel: Stable
 :tabs-sync-option:
diff --git 
a/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECEndpoint.java
 
b/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECEndpoint.java
index 5b3ee8e2858..2fc9bf9eac5 100644
--- 
a/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECEndpoint.java
+++ 
b/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECEndpoint.java
@@ -32,7 +32,7 @@ import org.apache.commons.validator.routines.DomainValidator;
 import org.apache.commons.validator.routines.InetAddressValidator;
 
 /**
- * The splunk component allows to publish events in Splunk using the HTTP 
Event Collector.
+ * The splunk component allows publishing events in Splunk using the HTTP 
Event Collector.
  */
 @UriEndpoint(firstVersion = "3.3.0", scheme = "splunk-hec", title = "Splunk 
HEC", producerOnly = true,
              syntax = "splunk-hec:splunkURL", category = { Category.MONITORING 
},

Reply via email to