diff --git a/packages/docs/conversations.md b/packages/docs/conversations.md index a975c1a09..73a67ec65 100644 --- a/packages/docs/conversations.md +++ b/packages/docs/conversations.md @@ -10,7 +10,7 @@ Dialogs are created using functions like [convo.ask()](reference/core.md#ask) an To use BotkitConversations, make sure to import the class along with Botkit: ```javascript -const { Botkit, BotkitConversation } = require('botkit'; +const { Botkit, BotkitConversation } = require('botkit'); ``` ## Anatomy of a Botkit Conversation