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

Commit

Permalink
Merge branch 'master' into fix-webex
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrown authored Jul 29, 2019
2 parents b8c0795 + 0d11136 commit cef238d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ module.exports = function(botkit) {
},
// Any middlewares that should be automatically bound
// Can include more than 1 of each kind.
middleware: {
middlewares: {
ingest: [
(bot, message, next) => { next(); }
],
Expand Down

0 comments on commit cef238d

Please sign in to comment.