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 c0545cab4b release-guide: fix typo (#5780)
c0545cab4b is described below
commit c0545cab4bdace1d3552d9d3927da11050a80c80
Author: Alexandre Gallice <[email protected]>
AuthorDate: Tue Feb 20 10:30:01 2024 +0100
release-guide: fix typo (#5780)
---
docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 148145317c..0b3c48c1fe 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -71,7 +71,7 @@ $ mvn deploy -Papache-release -DskipTests -Denforcer.skip
-Dquarkus.build.skip -
== Update the Apache Camel Quarkus development subversion repository
-Camel-Quarkus provides some release scripts to push the required bits in
development subversion repository.
+Camel Quarkus provides some release scripts to push the required bits in
development subversion repository.
[source,shell]
----