This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 43bc2a09 Fix typo (#977)
43bc2a09 is described below
commit 43bc2a09b5cabea7b6eb90bd5fc2177ac7bdfcd8
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Feb 6 07:45:40 2023 -0500
Fix typo (#977)
---
content/blog/2023/02/camel-karavan-3.20.0/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/blog/2023/02/camel-karavan-3.20.0/index.md
b/content/blog/2023/02/camel-karavan-3.20.0/index.md
index 7999257d..dbe5f9eb 100644
--- a/content/blog/2023/02/camel-karavan-3.20.0/index.md
+++ b/content/blog/2023/02/camel-karavan-3.20.0/index.md
@@ -16,7 +16,7 @@ Developers can use Karavan in their local development
environment by installing
Being installed in a kubernetes environment, Karavan can be used as an
application in any modern web browser. In that case Karavan stores integrations
as YAML files in a git repository and starts a Tekton pipeline to package an
application, build and deploy it to kubernetes.
-# New fetures
+# New features
The long-awaited release brings more flexibility to developers. Runtime
selection: Quarkus or Spring Boot. Configurable default values for
application.properties. Deployment to kubernetes from a local environment with
configurable Maven commands. Simplified code creation for custom Processors and
AggregationStrategy.
