From 97c90f02cecec77dd3b347d32f1524845c5c6d58 Mon Sep 17 00:00:00 2001 From: eddienubes Date: Mon, 3 Mar 2025 16:16:05 +0100 Subject: [PATCH] docs: typo fix --- src/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *