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

jamesnetherton 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 73711b0  Fix typo directori -> directory
73711b0 is described below

commit 73711b01a251423e15f91be86857ef194779b4bf
Author: James Netherton <[email protected]>
AuthorDate: Tue Jun 8 11:46:52 2021 +0100

    Fix typo directori -> directory
---
 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 ba29769..64b4bc5 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -39,7 +39,7 @@ $ mvn clean release:clean release:prepare 
-DreleaseVersion=$VERSION -Ddevelopmen
 ----
 
 In case `release:prepare` is successful but an issue occurs during 
`release:perform`, it could be worth trying to resume from the failing artifact.
-For instance, would an issue occurs while performing the release of 
`camel-quarkus-openapi-java`, first of all you need to identify which directori 
`release:perform` used for the release process, usually it is 
`<root_of_the_project>/target/checkout`:
+For instance, would an issue occurs while performing the release of 
`camel-quarkus-openapi-java`, first of all you need to identify which directory 
`release:perform` used for the release process, usually it is 
`<root_of_the_project>/target/checkout`:
 
 [source,shell]
 ----

Reply via email to