From ff233e258c025d55cea94753b6cf9faa8602eb77 Mon Sep 17 00:00:00 2001 From: Hilton Giesenow Date: Sat, 7 Sep 2019 19:59:02 +0200 Subject: [PATCH] Update ShowTypingMiddleware.cs --- libraries/Microsoft.Bot.Builder/ShowTypingMiddleware.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Microsoft.Bot.Builder/ShowTypingMiddleware.cs b/libraries/Microsoft.Bot.Builder/ShowTypingMiddleware.cs index 9733889222..19b0d1702e 100644 --- a/libraries/Microsoft.Bot.Builder/ShowTypingMiddleware.cs +++ b/libraries/Microsoft.Bot.Builder/ShowTypingMiddleware.cs @@ -10,7 +10,7 @@ namespace Microsoft.Bot.Builder { /// /// When added, this middleware will send typing activities back to the user when a Message activity - /// is receieved to let them know that the bot has receieved the message and is working on the response. + /// is receieved to let them know that the bot has received the message and is working on the response. /// You can specify a delay in milliseconds before the first typing activity is sent and then a frequency, /// also in milliseconds which determines how often another typing activity is sent. Typing activities /// will continue to be sent until your bot sends another message back to the user.