You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/11/23 10:51:06 UTC

[camel] branch main updated: camel-vertx-websocket: Minor fix to docs introduction

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

jamesnetherton 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 316850e  camel-vertx-websocket: Minor fix to docs introduction
316850e is described below

commit 316850e3de2f1644e1907e299fa04be3f875a2e1
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Nov 23 10:50:18 2021 +0000

    camel-vertx-websocket: Minor fix to docs introduction
---
 .../camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-vertx/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc b/components/camel-vertx/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc
index 5710642..2139a36 100644
--- a/components/camel-vertx/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc
+++ b/components/camel-vertx/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc
@@ -14,7 +14,7 @@ include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/vertx-webs
 
 *{component-header}*
 
-The http://vertx.io/[Vert.x] WebSocket component provides WebSocket capabilities as a WebSocket server, or as a client to connect to existing an WebSocket.
+The http://vertx.io/[Vert.x] WebSocket component provides WebSocket capabilities as a WebSocket server, or as a client to connect to an existing WebSocket.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component: