Skip to content

Commit c6a4acf

Browse files
authored
Update storage-quickstart-queues-dotnet.md
Acro: after they're been -> after they've been
1 parent 9c9e6ae commit c6a4acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/queues/storage-quickstart-queues-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ QueueMessage[] messages = await queueClient.ReceiveMessagesAsync(maxMessages: 10
288288

289289
### Delete messages from a queue
290290

291-
Delete messages from the queue after they're been processed. In this case, processing is just displaying the message on the console.
291+
Delete messages from the queue after they've been processed. In this case, processing is just displaying the message on the console.
292292

293293
The app pauses for user input by calling `Console.ReadLine` before it processes and deletes the messages. Verify in your [Azure portal](https://portal.azure.com) that the resources were created correctly, before they're deleted. Any messages not explicitly deleted will eventually become visible in the queue again for another chance to process them.
294294

0 commit comments

Comments
 (0)