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