This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new f6dd27022 Fix typo in local.adoc (#3505)
f6dd27022 is described below
commit f6dd27022dd2c9e4ecd7e72a5310b46beac99ead
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Aug 3 10:40:32 2022 +0200
Fix typo in local.adoc (#3505)
---
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]
----