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 2023/12/05 14:14:51 UTC

(camel-kamelets-examples) branch main updated: Update README.adoc (#49)

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-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 946d325  Update README.adoc (#49)
946d325 is described below

commit 946d325c5e482f272d50351b7f57e6b92a62b254
Author: Ricardo M <lo...@gmail.com>
AuthorDate: Tue Dec 5 15:14:46 2023 +0100

    Update README.adoc (#49)
    
    Fix dependencies typo
---
 jbang/jbang-edit/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jbang/jbang-edit/README.adoc b/jbang/jbang-edit/README.adoc
index 8569367..dba64e2 100644
--- a/jbang/jbang-edit/README.adoc
+++ b/jbang/jbang-edit/README.adoc
@@ -53,7 +53,7 @@ $ jbang edit -b foo.java
 
 JBang will then prepare for the project and ask you which IDE to use.
 
-You can let Camel help keep the dependeices updated by running:
+You can let Camel help keep the dependencies updated by running:
 
 [source,sh]
 ----