Skip to content

Commit

Permalink
fixed 3 wrong wordings
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Heinemann <[email protected]>
  • Loading branch information
lhein committed Jan 8, 2025
1 parent 3bb7ca4 commit eec5954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3607,7 +3607,7 @@ camel export --runtime=spring-boot --gav=com.foo:acme:1.0-SNAPSHOT

NOTE: This will export to the _current_ directory, meaning that files are moved into the needed folder structure.

To export to another directly (copies the files), you execute:
To export to another directory (copies the files), you execute:

[source,bash]
----
Expand Down Expand Up @@ -3639,7 +3639,7 @@ camel export --runtime=quarkus --gav=com.foo:acme:1.0-SNAPSHOT

NOTE: This will export to the _current_ directory, meaning that files are moved into the necessary folder structure.

To export to another directly (copies the files) you execute:
To export to another directory (copies the files) you execute:

[source,bash]
----
Expand All @@ -3665,7 +3665,7 @@ camel export --runtime=camel-main --gav=com.foo:acme:1.0-SNAPSHOT

NOTE: This will export to the _current_ directory, meaning that files are moved into the needed folder structure.

To export to another directly (copies the files), you execute:
To export to another directory (copies the files), you execute:

[source,bash]
----
Expand Down

0 comments on commit eec5954

Please sign in to comment.