Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/nodejs/bot-builder-nodejs-message-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This article describes some of the commonly-used message methods you can use to

## Default message handler

The Bot Builder SDK for Node.js comes with a default message handler built into the [`session`](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.session.html) object. This message handler allows you to sent and receive text messages between the bot and the user.
The Bot Builder SDK for Node.js comes with a default message handler built into the [`session`](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.session.html) object. This message handler allows you to send and receive text messages between the bot and the user.

### Send a text message

Expand Down