You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/09/15 04:29:24 UTC

[camel-k] branch master updated: Document update

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new a9b3f23  Document update
a9b3f23 is described below

commit a9b3f23adc4e62a03141916ecfd8f7d4071cc283
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Mon Sep 14 16:30:47 2020 +0530

    Document update
    
    Change in keyword "functionnality " to "functionality" and "wich" to "which"
---
 docs/modules/ROOT/pages/architecture/architecture.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/architecture/architecture.adoc b/docs/modules/ROOT/pages/architecture/architecture.adoc
index 8d5dd11..d8df60e 100644
--- a/docs/modules/ROOT/pages/architecture/architecture.adoc
+++ b/docs/modules/ROOT/pages/architecture/architecture.adoc
@@ -7,8 +7,8 @@ image::architecture/camel-k.jpg[Overview]
 The *Camel K* core platform is based on three concepts:
 
 1. The xref:architecture/operator.adoc[Operator] which is the intelligence that coordinates all the moving parts.
-2. The xref:architecture/runtime.adoc[Runtime] which provides the functionnality to run the integration.
-3. The xref:architecture/traits.adoc[Traits] through wich the behavior of the operator and the runtime can be customized.
+2. The xref:architecture/runtime.adoc[Runtime] which provides the functionality to run the integration.
+3. The xref:architecture/traits.adoc[Traits] through which the behavior of the operator and the runtime can be customized.
 
 For information on how *Camel K* is able to provide *Sources* e.g. for the Knative platform: