Skip to content

Commit 9a528fe

Browse files
JerryNixonRobStand
authored andcommitted
Correcting internal link typo (#99)
1 parent 0a4870c commit 9a528fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dotnet/bot-builder-dotnet-activities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following activity types are supported by the Bot Builder SDK for .NET.
2020

2121
| Activity.Type | Interface | Description |
2222
|------|------|------|
23-
| [message](#messag) | IMessageActivity | Represents a communication between bot and user. |
23+
| [message](#message) | IMessageActivity | Represents a communication between bot and user. |
2424
| [conversationUpdate](#conversationupdate) | IConversationUpdateActivity | Indicates that the bot was added to a conversation, other members were added to or removed from the conversation, or conversation metadata has changed. |
2525
| [contactRelationUpdate](#contactrelationupdate) | IContactRelationUpdateActivity | Indicates that the bot was added or removed from a user's contact list. |
2626
| [typing](#typing) | ITypingActivity | Indicates that the user or bot on the other end of the conversation is compiling a response. |

0 commit comments

Comments
 (0)