Skip to content

Commit f2e3f87

Browse files
typo fix per Acrolinx
1 parent a17d6c2 commit f2e3f87

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ return choices
151151

152152
## Handle Choice Events
153153

154-
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 recieved.
154+
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 recieved.
155155

156156
```python
157157
elif event.type == "Microsoft.Communication.RecognizeCompleted":

0 commit comments

Comments
 (0)