Reverted a small change

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>
This commit is contained in:
Amulya Varote 2021-12-05 05:31:21 -08:00 committed by Amulya Varote
parent 7b673702be
commit 7a319e100c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ The below code example loosely describes an application that processes orders. I
An output binding represents a resource that Dapr uses to invoke and send messages to.
For the purpose of this guide, you'll use a Kafka binding. You can find a list of all supported binding components [here]({{< ref setup-bindings >}}).
For the purpose of this guide, you'll use a Kafka binding. You can find a list of the different binding specs [here]({{< ref setup-bindings >}}).
Create a new binding component with the name of `checkout`.