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 af59c8f chore: Fix typo af59c8f is described below commit af59c8f900488402fa28a12507fb29c2546925d3 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Jan 29 16:09:36 2020 +0000 chore: Fix typo --- docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc index 80767b3..f682720 100644 --- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc +++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc @@ -8,7 +8,7 @@ As of Camel Quarkus {camel-quarkus-last-release} Camel artifacts listed below ar In case you are missing some Camel feature in the list: * Upvote https://github.com/apache/camel-quarkus/issues[an existing issue] or create - https://github.com/apache/camel-quarkus/issues/new[a new one] so that we can better priorize our work. + https://github.com/apache/camel-quarkus/issues/new[a new one] so that we can better prioritize our work. * You may also want to try to add the extension yourself following our xref:contributor-guide.adoc[Contributor guide]. * You may try your luck using the given camel component on Quarkus directly (without an extension). Most probably it will work in the JVM mode and fail in the native mode. Do not hesitate to