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:07 UTC

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

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]
 ----