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

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


The following commit(s) were added to refs/heads/main by this push:
     new a6a8a92  Fixed typos
a6a8a92 is described below

commit a6a8a9270f3e83ad1350fcad4e9d1274c41fe692
Author: aldettinger <[email protected]>
AuthorDate: Wed Jun 30 10:10:26 2021 +0200

    Fixed typos
---
 docs/modules/ROOT/pages/contributor-guide/extension-testing.adoc | 4 ++--
 docs/modules/ROOT/pages/migration-guide/2.0.0.adoc               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/extension-testing.adoc 
b/docs/modules/ROOT/pages/contributor-guide/extension-testing.adoc
index 79d5cdb..19680c5 100644
--- a/docs/modules/ROOT/pages/contributor-guide/extension-testing.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/extension-testing.adoc
@@ -8,7 +8,7 @@ We use it as a means to indirectly verify the functionality of 
the underlying ex
 
 == Where are the integration tests?
 
-Here are the the directories containing integration tests:
+Here are the directories containing integration tests:
 
 * 
`https://github.com/apache/camel-quarkus/tree/main/integration-tests[integration-tests]`
 * 
`https://github.com/apache/camel-quarkus/tree/main/integration-test-groups[integration-test-groups/*]`
@@ -83,4 +83,4 @@ Especially when testing various configuration setups, having 
a separate integrat
 A big advantage of this kind of tests is that they are very lightweight and 
fast.
 But on the other hand, they are executed only in JVM mode.
 
-Please refer to the 
https://github.com/apache/camel-quarkus/tree/main/extensions/servlet/deployment/src/test/java/org/apache/camel/quarkus/component/servlet/test[Servlet
 extension] for an examples.
\ No newline at end of file
+Please refer to the 
https://github.com/apache/camel-quarkus/tree/main/extensions/servlet/deployment/src/test/java/org/apache/camel/quarkus/component/servlet/test[Servlet
 extension] for an examples.
diff --git a/docs/modules/ROOT/pages/migration-guide/2.0.0.adoc 
b/docs/modules/ROOT/pages/migration-guide/2.0.0.adoc
index c7b333f..0177b9a 100644
--- a/docs/modules/ROOT/pages/migration-guide/2.0.0.adoc
+++ b/docs/modules/ROOT/pages/migration-guide/2.0.0.adoc
@@ -22,7 +22,7 @@ while it was still kept for backwards compatibility.
 The empty `camel-quarkus-main` artifact was removed completely in Camel 
Quarkus 2.0.0.
 
 As long as your application depends on any other Camel Quarkus extension, it 
is enough to remove the `camel-quarkus-main` dependency.
-This is because all Camel Quarkus extensions transitively depend on 
`camel-quarkus-core` where the the original `camel-quarkus-main` functionality 
is hosted now.
+This is because all Camel Quarkus extensions transitively depend on 
`camel-quarkus-core` where the original `camel-quarkus-main` functionality is 
hosted now.
 
 == `camel-quarkus-xml-io` artifact replaced by `camel-quarkus-xml-io-dsl`
 

Reply via email to