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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 09051c7c docs: fix spelling (#144)
09051c7c is described below

commit 09051c7c8d33f34ec933ecde67456cff67f6fc59
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Fri Apr 11 02:28:00 2025 +1000

    docs: fix spelling (#144)
---
 debezium-eventhubs-blob/README.adoc | 2 +-
 salesforce-consumer/README.adoc     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debezium-eventhubs-blob/README.adoc 
b/debezium-eventhubs-blob/README.adoc
index 82659a4e..9dba2678 100644
--- a/debezium-eventhubs-blob/README.adoc
+++ b/debezium-eventhubs-blob/README.adoc
@@ -83,7 +83,7 @@ Run the Azure Event Hubs to Azure Storage Blob producer first
 $ mvn compile exec:java -Peventhubs-producer
 ----
 
-Run the Debezium consumer in the seperate shell
+Run the Debezium consumer in the separate shell
 
 [source,sh]
 ----
diff --git a/salesforce-consumer/README.adoc b/salesforce-consumer/README.adoc
index a6e96767..c465f1d4 100644
--- a/salesforce-consumer/README.adoc
+++ b/salesforce-consumer/README.adoc
@@ -7,7 +7,7 @@ This examples uses OAuth 2.0 Refresh Token Flow, which requires 
3 credentials co
 
 NOTE: You might want to sign up with your own Developer account at 
developer.salesforce.com. After you have done that, you’ll need to create a 
Connected Application for your integration.
 
-NOTE: This was written with Salesforce Lightening user interface. Classic user 
interface might have slightly different menu and/or workflow.
+NOTE: This was written with Salesforce Lightning user interface. Classic user 
interface might have slightly different menu and/or workflow.
 
 Here is an example workflow of creating a Connected Application and get 
required credentials. For more details, please check Salesforce online manual
 https://help.salesforce.com/articleView?id=extend_code_overview.htm&type=5

Reply via email to