You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/04/19 13:35:09 UTC

(camel-k) 02/03: Update docs/modules/ROOT/pages/contributing/developers.adoc

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

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

commit 92dd4b07275d6cdc5f55e12d75ecc759ddb5744d
Author: Vladislav Krejcirik <vk...@behaimits.com>
AuthorDate: Fri Apr 19 15:33:12 2024 +0200

    Update docs/modules/ROOT/pages/contributing/developers.adoc
    
    typo fixed.
    
    Co-authored-by: Pasquale Congiusti <pa...@gmail.com>
---
 docs/modules/ROOT/pages/contributing/developers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributing/developers.adoc b/docs/modules/ROOT/pages/contributing/developers.adoc
index 649969ad8..402466048 100644
--- a/docs/modules/ROOT/pages/contributing/developers.adoc
+++ b/docs/modules/ROOT/pages/contributing/developers.adoc
@@ -59,7 +59,7 @@ This is a high-level overview of the project structure:
 | https://github.com/apache/camel-k/tree/main/cmd[/cmd]			| Contains the entry points (the *main* functions) for the **camel-k** binary (manager) and the **kamel** client tool.
 | https://github.com/apache/camel-k/tree/main/docs[/docs]			| Contains the documentation website based on https://antora.org/[Antora].
 | https://github.com/apache/camel-k/tree/main/e2e[/e2e]			| Include integration tests to ensure that the software interacts correctly with Kubernetes and OpenShift.
-| https://github.com/apache/camel-k/tree/main/examples[/examples]			| Camel K examples were moved to separete git repository https://github.com/apache/camel-k-examples[camel-k-examples].
+| https://github.com/apache/camel-k/tree/main/examples[/examples]			| Camel K examples were moved to separate git repository https://github.com/apache/camel-k-examples[camel-k-examples].
 | https://github.com/apache/camel-k/tree/main/helm/camel-k[/helm/camel-k]           | Contains Helm chart for Camel K installation on any Kubernetes cluster.
 | https://github.com/apache/camel-k/tree/main/install[/install]         | Contains installation files.
 | https://github.com/apache/camel-k/tree/main/java[/java]           | Contains crds and Maven logging.