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


The following commit(s) were added to refs/heads/main by this push:
     new dedf1d793b8 CAMEL-20410: documentation fixes for camel-webhook
dedf1d793b8 is described below

commit dedf1d793b88519cd08a397e441913895941a7a1
Author: Otavio R. Piske <[email protected]>
AuthorDate: Sun Feb 18 09:21:37 2024 +0100

    CAMEL-20410: documentation fixes for camel-webhook
    
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    
    Signed-off-by: Otavio R. Piske <[email protected]>
---
 components/camel-webhook/src/main/docs/webhook-component.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/camel-webhook/src/main/docs/webhook-component.adoc 
b/components/camel-webhook/src/main/docs/webhook-component.adoc
index 99bab9555f6..22a6061e25a 100644
--- a/components/camel-webhook/src/main/docs/webhook-component.adoc
+++ b/components/camel-webhook/src/main/docs/webhook-component.adoc
@@ -15,13 +15,13 @@
 *{component-header}*
 
 
-The Webhook meta component allows other Camel components to configure webhooks 
on a remote webhook provider and
-listening for them.
+The Webhook meta-component allows other Camel components to configure webhooks 
on a remote webhook provider and
+ listen for them.
 
 .The following components currently provide webhook endpoints:
 
-- `camel-telegram`
-- `camel-whatsapp`
+- xref:telegram-component.adoc[Camel Telegram]
+- xref:whatsapp-component.adoc[Camel WhatsApp]
 
 Maven users can add the following dependency to their `pom.xml`
 for this component:
@@ -63,7 +63,7 @@ include::partial$component-endpoint-options.adoc[]
 
 == Examples
 
-Examples of webhook component are provided in the documentation of the 
delegate components that support it.
+Examples of the webhook component are provided in the documentation of the 
delegate components that support it.
 
 
 include::spring-boot:partial$starter.adoc[]

Reply via email to