You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2024/03/05 10:02:41 UTC

(camel-kamelets-examples) branch main updated: Fix typo Applicaton -> Application

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

apupier 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 1901f1f  Fix typo Applicaton -> Application
1901f1f is described below

commit 1901f1fc2e5e923950f1c38e6dec1e5581270a4b
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Tue Mar 5 10:58:10 2024 +0100

    Fix typo Applicaton -> Application
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 jbang/app-routes-beans/README.adoc                   | 2 +-
 jbang/app-routes-spring-beans/README.adoc            | 2 +-
 jbang/app-routes/README.adoc                         | 2 +-
 jbang/artemis/README.adoc                            | 2 +-
 jbang/aws-database-admin-secrets-refresh/README.adoc | 2 +-
 jbang/aws-s3-cdc/README.adoc                         | 2 +-
 jbang/aws-secrets-manager/README.adoc                | 2 +-
 jbang/azure-key-vault-secrets-reloading/README.adoc  | 2 +-
 jbang/azure-storage-blob-append/README.adoc          | 2 +-
 jbang/azure-storage-blob-cdc/README.adoc             | 2 +-
 jbang/camelk-bean/README.adoc                        | 2 +-
 jbang/camelk-bind/README.adoc                        | 2 +-
 jbang/gcp-secret-manager-reloading/README.adoc       | 2 +-
 jbang/google-secret-manager/README.adoc              | 2 +-
 jbang/google-storage-cdc/README.adoc                 | 2 +-
 jbang/hello-endpoint-dsl/README.adoc                 | 2 +-
 jbang/hello-java/README.adoc                         | 2 +-
 jbang/hello-xml/README.adoc                          | 2 +-
 jbang/hello-yaml/README.adoc                         | 2 +-
 jbang/languages/README.adoc                          | 2 +-
 jbang/opensearch-search-log/README.adoc              | 2 +-
 jbang/postgresql-gcp-secret-refresh/README.adoc      | 2 +-
 jbang/slack-source/README.adoc                       | 2 +-
 jbang/timer-elasticsearch-index/README.adoc          | 2 +-
 jbang/timer-opensearch-index/README.adoc             | 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/jbang/app-routes-beans/README.adoc b/jbang/app-routes-beans/README.adoc
index 9f1cb14..988d820 100644
--- a/jbang/app-routes-beans/README.adoc
+++ b/jbang/app-routes-beans/README.adoc
@@ -63,7 +63,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run StandaloneGreeter.java beans.yaml app.xml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 Under "beans" Camel should display `greeter1` and `greeter2` beans.
 
 
diff --git a/jbang/app-routes-spring-beans/README.adoc b/jbang/app-routes-spring-beans/README.adoc
index ab93b3e..e53f452 100644
--- a/jbang/app-routes-spring-beans/README.adoc
+++ b/jbang/app-routes-spring-beans/README.adoc
@@ -65,7 +65,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run StandaloneGreeter.java beans.yaml app.xml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 Under "beans" Camel should display `greeter1` and `greeter2` beans.
 
 
diff --git a/jbang/app-routes/README.adoc b/jbang/app-routes/README.adoc
index ee87c1c..dc74d99 100644
--- a/jbang/app-routes/README.adoc
+++ b/jbang/app-routes/README.adoc
@@ -64,7 +64,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run app.xml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/artemis/README.adoc b/jbang/artemis/README.adoc
index 1a6e84b..2d86347 100644
--- a/jbang/artemis/README.adoc
+++ b/jbang/artemis/README.adoc
@@ -53,7 +53,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run * --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/aws-database-admin-secrets-refresh/README.adoc b/jbang/aws-database-admin-secrets-refresh/README.adoc
index 383195c..98e6a84 100644
--- a/jbang/aws-database-admin-secrets-refresh/README.adoc
+++ b/jbang/aws-database-admin-secrets-refresh/README.adoc
@@ -197,7 +197,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run sql-query.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/aws-s3-cdc/README.adoc b/jbang/aws-s3-cdc/README.adoc
index e1f5701..450a85f 100644
--- a/jbang/aws-s3-cdc/README.adoc
+++ b/jbang/aws-s3-cdc/README.adoc
@@ -126,7 +126,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run aws-s3-cdc-log.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 === Create and delete an object
 
diff --git a/jbang/aws-secrets-manager/README.adoc b/jbang/aws-secrets-manager/README.adoc
index d125aa6..c8f5e5f 100644
--- a/jbang/aws-secrets-manager/README.adoc
+++ b/jbang/aws-secrets-manager/README.adoc
@@ -98,7 +98,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run timer-aws-secret-reloading.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/azure-key-vault-secrets-reloading/README.adoc b/jbang/azure-key-vault-secrets-reloading/README.adoc
index 40a1bce..2d5eef2 100644
--- a/jbang/azure-key-vault-secrets-reloading/README.adoc
+++ b/jbang/azure-key-vault-secrets-reloading/README.adoc
@@ -111,7 +111,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run --properties=azure-sec-integration.properties timer-azure-key-vault-reloading.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/azure-storage-blob-append/README.adoc b/jbang/azure-storage-blob-append/README.adoc
index 9b4ac57..d62fd4b 100644
--- a/jbang/azure-storage-blob-append/README.adoc
+++ b/jbang/azure-storage-blob-append/README.adoc
@@ -48,7 +48,7 @@ You can enable the developer console via `--console` flag as show:
 $ jbang run --fresh camel@apache/camel run --local-kamelet-dir=<path_to_local_kamelet_dir> timer-append-blob.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Verify the sink worked
diff --git a/jbang/azure-storage-blob-cdc/README.adoc b/jbang/azure-storage-blob-cdc/README.adoc
index d6befff..ff60c86 100644
--- a/jbang/azure-storage-blob-cdc/README.adoc
+++ b/jbang/azure-storage-blob-cdc/README.adoc
@@ -77,7 +77,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run --local-kamelet-dir=<local-kamelets-dir> azure-storage-blob-cdc.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 === Create and delete an object
 
diff --git a/jbang/camelk-bean/README.adoc b/jbang/camelk-bean/README.adoc
index 55514cf..3e643ef 100644
--- a/jbang/camelk-bean/README.adoc
+++ b/jbang/camelk-bean/README.adoc
@@ -62,7 +62,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run echo.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/camelk-bind/README.adoc b/jbang/camelk-bind/README.adoc
index 01f6f3e..4145da0 100644
--- a/jbang/camelk-bind/README.adoc
+++ b/jbang/camelk-bind/README.adoc
@@ -62,7 +62,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run my-bind.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/gcp-secret-manager-reloading/README.adoc b/jbang/gcp-secret-manager-reloading/README.adoc
index 458e334..cc82d1b 100644
--- a/jbang/gcp-secret-manager-reloading/README.adoc
+++ b/jbang/gcp-secret-manager-reloading/README.adoc
@@ -189,7 +189,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run timer-gcp-secret-reloading.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/google-secret-manager/README.adoc b/jbang/google-secret-manager/README.adoc
index a181697..0e0ea80 100644
--- a/jbang/google-secret-manager/README.adoc
+++ b/jbang/google-secret-manager/README.adoc
@@ -104,7 +104,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run timer-gcp-sec-finnhub.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/google-storage-cdc/README.adoc b/jbang/google-storage-cdc/README.adoc
index 682b064..eec1772 100644
--- a/jbang/google-storage-cdc/README.adoc
+++ b/jbang/google-storage-cdc/README.adoc
@@ -127,7 +127,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run --local-kamelet-dir=<local-kamelets-dir> google-storage-cdc.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 === Create and delete an object
 
diff --git a/jbang/hello-endpoint-dsl/README.adoc b/jbang/hello-endpoint-dsl/README.adoc
index cd595d0..f8f8706 100644
--- a/jbang/hello-endpoint-dsl/README.adoc
+++ b/jbang/hello-endpoint-dsl/README.adoc
@@ -75,7 +75,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run Hey.java --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/hello-java/README.adoc b/jbang/hello-java/README.adoc
index 95f4fb3..aa2669b 100644
--- a/jbang/hello-java/README.adoc
+++ b/jbang/hello-java/README.adoc
@@ -61,7 +61,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run Hey.java --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/hello-xml/README.adoc b/jbang/hello-xml/README.adoc
index 4705295..a5de2b3 100644
--- a/jbang/hello-xml/README.adoc
+++ b/jbang/hello-xml/README.adoc
@@ -61,7 +61,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run hi.xml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/hello-yaml/README.adoc b/jbang/hello-yaml/README.adoc
index dcb2259..2605197 100644
--- a/jbang/hello-yaml/README.adoc
+++ b/jbang/hello-yaml/README.adoc
@@ -61,7 +61,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run hello.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/languages/README.adoc b/jbang/languages/README.adoc
index 082a752..b61201c 100644
--- a/jbang/languages/README.adoc
+++ b/jbang/languages/README.adoc
@@ -70,7 +70,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run * --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/opensearch-search-log/README.adoc b/jbang/opensearch-search-log/README.adoc
index 59f9b9e..d1b75ba 100644
--- a/jbang/opensearch-search-log/README.adoc
+++ b/jbang/opensearch-search-log/README.adoc
@@ -78,7 +78,7 @@ You can enable the developer console via `--console` flag as show:
 $ jbang run --fresh camel@apache/camel run --local-kamelet-dir=<path_to_local_kamelet_dir> timer-os-index.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 === Running sink for populating index
 
diff --git a/jbang/postgresql-gcp-secret-refresh/README.adoc b/jbang/postgresql-gcp-secret-refresh/README.adoc
index 8711a7b..7782b11 100644
--- a/jbang/postgresql-gcp-secret-refresh/README.adoc
+++ b/jbang/postgresql-gcp-secret-refresh/README.adoc
@@ -298,7 +298,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run postgresql-log.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/slack-source/README.adoc b/jbang/slack-source/README.adoc
index 74fa488..ee2e7fe 100644
--- a/jbang/slack-source/README.adoc
+++ b/jbang/slack-source/README.adoc
@@ -102,7 +102,7 @@ You can enable the developer console via `--console` flag as show:
 $ camel run --properties=slack-integration.properties slack-source.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 
 === Help and contributions
diff --git a/jbang/timer-elasticsearch-index/README.adoc b/jbang/timer-elasticsearch-index/README.adoc
index 18acf4f..01d989c 100644
--- a/jbang/timer-elasticsearch-index/README.adoc
+++ b/jbang/timer-elasticsearch-index/README.adoc
@@ -116,7 +116,7 @@ You can enable the developer console via `--console` flag as show:
 $ jbang run --fresh -Dcamel.jbang.version=3.21.0-SNAPSHOT camel@apache/camel run --local-kamelet-dir=<path_to_local_kamelet_dir> timer-es-index.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 === Running integration
 
diff --git a/jbang/timer-opensearch-index/README.adoc b/jbang/timer-opensearch-index/README.adoc
index 8b68828..aecf2db 100644
--- a/jbang/timer-opensearch-index/README.adoc
+++ b/jbang/timer-opensearch-index/README.adoc
@@ -78,7 +78,7 @@ You can enable the developer console via `--console` flag as show:
 $ jbang run --fresh camel@apache/camel run --local-kamelet-dir=<path_to_local_kamelet_dir> timer-os-index.camel.yaml --console
 ----
 
-Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton.
+Then you can browse: http://localhost:8080/q/dev to introspect the running Camel Application.
 
 === Running integration