Skip to content

Commit a17d6c2

Browse files
fix typo per Acrolinx
1 parent 64f582e commit a17d6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/call-automation/includes/quickstart-make-an-outbound-call-using-callautomation-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ List < RecognitionChoice > GetChoices() {
167167

168168
## Handle Choice Events
169169

170-
Azure Communication Services Call Automation triggers the `api/callbacks` to the webhook we have setup and will notify us with the `RecognizeCompleted` event. The event gives us the ability to respond to input recieved and trigger an action. The application then plays a message to the caller based on the specific input received.
170+
Azure Communication Services Call Automation triggers the `api/callbacks` to the webhook we have setup and will notify us with the `RecognizeCompleted` event. The event gives us the ability to respond to input received and trigger an action. The application then plays a message to the caller based on the specific input received.
171171

172172
```csharp
173173
if (parsedEvent is RecognizeCompleted recognizeCompleted) {

0 commit comments

Comments
 (0)