Skip to content

Commit 3806942

Browse files
authored
Merge pull request #51491 from andreysarafanov/patch-1
fix typo
2 parents 6013393 + 48eb18e commit 3806942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/get-started-dotnet-standard-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ In this quickstart, you use Azure Storage as the checkpoint store. Follow these
202202
static Task ProcessEventHandler(ProcessEventArgs eventArgs)
203203
{
204204
// Write the body of the event to the console window
205-
Console.WriteLine("\tRecevied event: {0}", Encoding.UTF8.GetString(eventArgs.Data.Body.ToArray()));
205+
Console.WriteLine("\tReceived event: {0}", Encoding.UTF8.GetString(eventArgs.Data.Body.ToArray()));
206206
return Task.CompletedTask;
207207
}
208208

0 commit comments

Comments
 (0)