You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/07/17 09:01:01 UTC

[camel-k] branch main updated: Fix Typo

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

acosentino 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 c2b5ece  Fix Typo
c2b5ece is described below

commit c2b5eceed62b6a52c9320fbcf7954d72c81ee68e
Author: Matt Hill <ma...@users.noreply.github.com>
AuthorDate: Fri Jul 16 11:58:50 2021 -0400

    Fix Typo
---
 docs/modules/ROOT/pages/cli/modeline.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/cli/modeline.adoc b/docs/modules/ROOT/pages/cli/modeline.adoc
index dabd8af..8b1963a 100644
--- a/docs/modules/ROOT/pages/cli/modeline.adoc
+++ b/docs/modules/ROOT/pages/cli/modeline.adoc
@@ -39,7 +39,7 @@ Full command: kamel run Hello.java --dependency mvn:org.my:application:1.0
 Multiple options can be specified for an integration.
 For example, the following modeline options enables 3scale and limits the integration container memory:
 
-.ThreeSscaleRest.java
+.ThreeScaleRest.java
 [source,java]
 ----
 // camel-k: trait=3scale.enabled=true trait=container.limit-memory=256Mi // <1>