Skip to content

Commit

Permalink
Merge pull request #1 from HiltonGiesenow/HiltonGiesenow-ShowTypingMi…
Browse files Browse the repository at this point in the history
…ddleware-typo1

Update ShowTypingMiddleware.cs
  • Loading branch information
HiltonGiesenow authored Sep 7, 2019
2 parents d03a150 + ff233e2 commit 7847bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Microsoft.Bot.Builder/ShowTypingMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Microsoft.Bot.Builder
{
/// <summary>
/// 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.
Expand Down

0 comments on commit 7847bb9

Please sign in to comment.