Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: fix spelling #144

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debezium-eventhubs-blob/README.adoc
Original file line number Diff line number Diff line change
@@ -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]
----
2 changes: 1 addition & 1 deletion salesforce-consumer/README.adoc
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ This examples uses OAuth 2.0 Refresh Token Flow, which requires 3 credentials co

NOTE: You might want to # 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
Loading