From c909a90ceff494c1d654e7b0212025bba70a2efe Mon Sep 17 00:00:00 2001 From: Igor Fesenko Date: Tue, 22 Sep 2020 21:24:47 -0700 Subject: [PATCH] Fixes typo "Azure Blog storage" -> "Azure Blob storage" --- articles/what-is-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/what-is-new.md b/articles/what-is-new.md index 552101e59..a419f6710 100644 --- a/articles/what-is-new.md +++ b/articles/what-is-new.md @@ -81,7 +81,7 @@ Developers using the Microsoft Bot Framework have many [resources](bot-service-r - [Orchestrator (preview)](https://github.com/microsoft/BotBuilder-Samples/blob/main/experimental/orchestrator/README.md): a transformer-based solution that runs locally with your bot to dispatch across one or more Bot Builder skills, LUIS applications, or QnA Maker knowledge bases. - [Bot Builder Azure Queues (C# preview)](https://www.nuget.org/packages/Microsoft.Bot.Builder.Azure.Queues): better integration with Azure Queues and the _continue conversation later_ dialog. -- [Bot Builder Azure Blobs (C# preview)](https://www.nuget.org/packages/Microsoft.Bot.Builder.Azure.Blobs): new implementations of Azure Blob storage. This library is a replacement for the older Azure Blog storage implementation. +- [Bot Builder Azure Blobs (C# preview)](https://www.nuget.org/packages/Microsoft.Bot.Builder.Azure.Blobs): new implementations of Azure Blob storage. This library is a replacement for the older Azure Blob storage implementation. ## Other improvements