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 2020/07/07 09:23:35 UTC

[camel-quarkus] branch master updated: Fix doc typos

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 435f31a  Fix doc typos
435f31a is described below

commit 435f31a7f7e28705b64b61cce612998cabd11774
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Jul 7 10:23:17 2020 +0100

    Fix doc typos
---
 docs/modules/ROOT/pages/extensions/debezium-mysql.adoc    | 2 +-
 docs/modules/ROOT/pages/user-guide/first-steps.adoc       | 2 +-
 examples/http-log/README.adoc                             | 2 +-
 extensions/debezium-mysql/runtime/src/main/doc/usage.adoc | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/extensions/debezium-mysql.adoc b/docs/modules/ROOT/pages/extensions/debezium-mysql.adoc
index 65700eb..5645a43 100644
--- a/docs/modules/ROOT/pages/extensions/debezium-mysql.adoc
+++ b/docs/modules/ROOT/pages/extensions/debezium-mysql.adoc
@@ -35,7 +35,7 @@ would be against the policy of the Apache Software Foundation.
 Therefore you have to add the dependency to your project yourself, as long as you are able to comply with its license
 terms.
 
-`quarkus-bom` (transitively included by `camel-quakrus-bom` and `quarkus-universe-bom`) manages a version
+`quarkus-bom` (transitively included by `camel-quarkus-bom` and `quarkus-universe-bom`) manages a version
 of `mysql:mysql-connector-java` compatible with Camel Quarkus. So you do not need specify the version of the
 driver if you import any of the mentioned BOMs. The following should be sufficient for Maven:
 
diff --git a/docs/modules/ROOT/pages/user-guide/first-steps.adoc b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
index 27e810c..03f2528 100644
--- a/docs/modules/ROOT/pages/user-guide/first-steps.adoc
+++ b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
@@ -196,6 +196,6 @@ $ ps -o rss,command -p $(pgrep my-app)
 
 That's under 35 MB of RAM!
 
-TIP: https://quarkus.io/guides/building-native-image-guide.html[Quarkus Native executable quide] contains more details
+TIP: https://quarkus.io/guides/building-native-image-guide.html[Quarkus Native executable guide] contains more details
 including
 https://quarkus.io/guides/building-native-image-guide.html#creating-a-container[steps for creating a container image].
diff --git a/examples/http-log/README.adoc b/examples/http-log/README.adoc
index ce5ee8d..df1ff52 100644
--- a/examples/http-log/README.adoc
+++ b/examples/http-log/README.adoc
@@ -4,7 +4,7 @@ This is a basic hello world example that uses CDI and JAX-RS to setup
 a Quarkus REST service and a Camel route to service HTTP traffic.
 
 The Quarkus REST service `ExampleResource.java` and the Camel route `CamelRoute.java`
-are independent andare present in this example to demonstrate how you can build microservices
+are independent and are present in this example to demonstrate how you can build microservices
 with both Quarkus and Camel separated.
 
 You can of course also combine Quarkus REST services with Camel (see further below).
diff --git a/extensions/debezium-mysql/runtime/src/main/doc/usage.adoc b/extensions/debezium-mysql/runtime/src/main/doc/usage.adoc
index 8dd3462..1c8aded 100644
--- a/extensions/debezium-mysql/runtime/src/main/doc/usage.adoc
+++ b/extensions/debezium-mysql/runtime/src/main/doc/usage.adoc
@@ -4,7 +4,7 @@ would be against the policy of the Apache Software Foundation.
 Therefore you have to add the dependency to your project yourself, as long as you are able to comply with its license
 terms.
 
-`quarkus-bom` (transitively included by `camel-quakrus-bom` and `quarkus-universe-bom`) manages a version
+`quarkus-bom` (transitively included by `camel-quarkus-bom` and `quarkus-universe-bom`) manages a version
 of `mysql:mysql-connector-java` compatible with Camel Quarkus. So you do not need specify the version of the
 driver if you import any of the mentioned BOMs. The following should be sufficient for Maven: