From 5d9460bccd71e5c5b7bfbc645dd4001d3893b559 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 15 Jan 2025 22:23:48 +1000 Subject: [PATCH] docs: fix spelling --- 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 82659a4e6..9dba26786 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 a6e96767a..c465f1d44 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