Skip to content

Commit 95b1bb0

Browse files
authored
Apply suggestions from code review
Fixed terminology per acrolinx scorecard.
1 parent a7324bd commit 95b1bb0

File tree

1 file changed

+2
-2
lines changed
  • articles/communication-services/concepts/router

1 file changed

+2
-2
lines changed

articles/communication-services/concepts/router/concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A real-world example is an incoming call or chat in the context of a call center
2929
### Job submission flow
3030

3131
1. Your application submits a Job via the Job Router SDK.
32-
2. The Job is classified and a [JobClassified Event][job_classified_event] is sent via EventGrid.
32+
2. The Job is classified and a [JobClassified Event][job_classified_event] is sent via Event Grid.
3333

3434
:::image type="content" source="../media/router/acs-router-job-submission.png" alt-text="Diagram of job submission.":::
3535

@@ -66,7 +66,7 @@ A real-world example is the ringing of an agent in a call center.
6666

6767
### Offer flow
6868

69-
1. When Job Router finds a matching Worker for a Job, it creates ab Offer and sends an [OfferIssued Event][offer_issued_event] via [EventGrid][subscribe_events].
69+
1. When Job Router finds a matching Worker for a Job, it creates ab Offer and sends an [OfferIssued Event][offer_issued_event] via [Event Grid][subscribe_events].
7070
2. The Offer is accepted via the Job Router API.
7171
3. Job Router sends an [OfferAccepted Event][offer_accepted_event].
7272

0 commit comments

Comments
 (0)