Skip to content

Commit 0d9c2a3

Browse files
fix typo per Acrolinx
1 parent 132119d commit 0d9c2a3

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-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async function startRecognizing(callMedia: CallMedia, textToPlay: string, contex
147147

148148
## Handle Choice Events
149149

150-
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.
150+
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.
151151

152152
```typescript
153153
else if (event.type === "Microsoft.Communication.RecognizeCompleted") {

0 commit comments

Comments
 (0)