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 2019/10/25 06:24:12 UTC

[camel-quarkus] branch master updated: chore: Fix typo in platform-http extension docs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7d158d7  chore: Fix typo in platform-http extension docs
7d158d7 is described below

commit 7d158d7897955f8ac35d2e37480fe490cb199914
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Oct 25 07:23:44 2019 +0100

    chore: Fix typo in platform-http extension docs
---
 docs/modules/ROOT/pages/extensions/platform-http.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/extensions/platform-http.adoc b/docs/modules/ROOT/pages/extensions/platform-http.adoc
index 658e17f..64e00e4 100644
--- a/docs/modules/ROOT/pages/extensions/platform-http.adoc
+++ b/docs/modules/ROOT/pages/extensions/platform-http.adoc
@@ -5,7 +5,7 @@
 
 This extension allows for creating HTTP endpoints for consuming HTTP requests.
 
-It is built on top of Eclipse Wert.x Web service provided by the `quarkus-vertx-web` extension.
+It is built on top of Eclipse Vert.x Web service provided by the `quarkus-vertx-web` extension.
 
 To use this extension add the following dependency to your `pom.xml`: