Skip to content

Commit

Permalink
Merge pull request howdyai#2009 from billyvg/patch-1
Browse files Browse the repository at this point in the history
fix(docs): Fix typo in core.ts
  • Loading branch information
benbrown authored Aug 21, 2020
2 parents 330d458 + fc2aea5 commit 85e052f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/botkit/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface BotkitConfiguration {
adapterConfig?: {[key: string]: any}; // object with stuff in it

/**
* An instance of Express used to define web endpoints. If not specified, oen will be created internally.
* An instance of Express used to define web endpoints. If not specified, one will be created internally.
* Note: only use your own Express if you absolutely must for some reason. Otherwise, use `controller.webserver`
*/
webserver?: any;
Expand Down

0 comments on commit 85e052f

Please sign in to comment.