From ccd6453790c3bf51fa71d3140aea245b5d0cb15a Mon Sep 17 00:00:00 2001 From: Nicola Ferraro Date: Thu, 25 Jun 2020 11:53:55 +0200 Subject: [PATCH] fix typo --- release.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.adoc b/release.adoc index bcd213f2b9..e142d5c189 100644 --- a/release.adoc +++ b/release.adoc @@ -201,7 +201,7 @@ The https://brew.sh/[HomeBrew] formula for _kamel_ must be synced to download an To do so, the content of https://github.com/Homebrew/homebrew-core/blob/master/Formula/kamel.rb[homebrew-core/Formula/kamel.rb] _(the package definition)_ should be updated to point the latest release of https://github.com/apache/camel-k[Camel-K]. -More importantly the _tag_ and _revision_ section configutation should change for a new release e.g +More importantly the _tag_ and _revision_ section configuration should change for a new release e.g ``` url "https://github.com/apache/camel-k.git", :tag => "0.3.4",