You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/08/03 08:38:06 UTC

[camel-k] branch typo-in-local.adoc created (now 0ed28bedb)

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

nfilotto pushed a change to branch typo-in-local.adoc
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at 0ed28bedb Fix typo in local.adoc

This branch includes the following new commits:

     new 0ed28bedb Fix typo in local.adoc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: Fix typo in local.adoc

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch typo-in-local.adoc
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0ed28bedb2ef5fd7bb295e00a2783ffc3ff346fc
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Wed Aug 3 10:38:03 2022 +0200

    Fix typo in local.adoc
---
 docs/modules/ROOT/pages/running/local.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/running/local.adoc b/docs/modules/ROOT/pages/running/local.adoc
index 0cc1ea34a..899fc835e 100644
--- a/docs/modules/ROOT/pages/running/local.adoc
+++ b/docs/modules/ROOT/pages/running/local.adoc
@@ -67,7 +67,7 @@ To package an integration, use `kamel kit create` to create an `IntegrationKit`
 [[running-locally-build-integration]]
 === Building an integration
 
-To build an integration image locally, you at lease need to specify an image name with the `--image` option in addition to the integration files you want to build.
+To build an integration image locally, you at least need to specify an image name with the `--image` option in addition to the integration files you want to build.
 
 [source,console]
 ----