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 src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export interface ConversationOptions<OC extends Context, C extends Context> {
* Called when a conversation is left via `ctx.conversation.exit` or
* `conversation.halt`.
*
* Note that this callback is not called when a conversation exists normally
* Note that this callback is not called when a conversation exits normally
* by returning or by throwing an error. If you wish to execute logic at the
* end of a conversation, you can simply call the callback directly.
*
Expand Down