Skip to content

Commit 48eb18e

Browse files
fix typo
recevied should be received
1 parent 6013393 commit 48eb18e

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)