From 50bd9e9393b6c12e5dadb907452ead83959f570b Mon Sep 17 00:00:00 2001 From: David Pine Date: Thu, 30 Nov 2023 17:35:29 -0600 Subject: [PATCH] Update azure-storage.md Co-authored-by: Tom Dykstra --- docs/storage/azure-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storage/azure-storage.md b/docs/storage/azure-storage.md index 4ff93d6449..c6a1d98154 100644 --- a/docs/storage/azure-storage.md +++ b/docs/storage/azure-storage.md @@ -194,7 +194,7 @@ Next, replace the contents of the _Program.cs_ file in the _AspireStorage.AppHos :::code source="snippets/tutorial/AspireStorage/AspireStorage.AppHost/Program.cs"::: -The preceding code adds Azure storage, blobs and queues, and when in development mode, it uses the emulator. +The preceding code adds Azure storage, blobs, and queues, and when in development mode, it uses the emulator. :::zone-end