Skip to content

Commit 3fac4c9

Browse files
committed
Fix typo: corelate -> correlate
1 parent 24db0cb commit 3fac4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/call-automation/handle-events-with-event-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: minwoolee
1414

1515
Once the call is established with Call Automation, further state update of the on-going call is sent as separate event via [Webhook Callback](../../concepts/call-automation/call-automation.md#call-automation-webhook-events). These events have important information, such as latest state of the call and outcome of the request that was sent.
1616

17-
Call Automation's EventProcessor helps easily processing these Webhook Callback events for your applications. It helps corelate each event to its respective call, and allow you to build applications with ease.
17+
Call Automation's EventProcessor helps easily processing these Webhook Callback events for your applications. It helps correlate each event to its respective call, and allow you to build applications with ease.
1818

1919
## Benefits
2020

0 commit comments

Comments
 (0)