diff --git a/src/plugin.ts b/src/plugin.ts index 6602d98..5e471c7 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -112,7 +112,7 @@ export interface ConversationOptions { * 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. *