Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1663 from NickJokic/patch-1
Browse files Browse the repository at this point in the history
Missing closing parenthesis (Import the class)
  • Loading branch information
benbrown authored May 17, 2019
2 parents 29ad94b + 6422797 commit 22ed579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/conversations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22ed579

Please sign in to comment.