Skip to content

Commit 9cf7c01

Browse files
authored
corrected a typo in 7-subscriptions.md (#78)
1 parent 4d525f1 commit 9cf7c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/7-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ With the base in, we now can focus on putting subscriptions on our GraphQL serve
514514

515515
> Our improved resolver now injects `[Service]ITopicEventSender eventSender`. This gives us access to send messages to the underlying pub/sub-system.
516516

517-
> After `await context.SaveChangesAsync();` we are add sending in a new message.
517+
> After `await context.SaveChangesAsync();` we are sending in a new message.
518518

519519
```csharp
520520
await eventSender.SendAsync(

0 commit comments

Comments
 (0)