Skip to content

Commit

Permalink
Fix typo. Thanks @michelepra.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Oct 31, 2017
1 parent c614b75 commit 1b84159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dialog.js
Expand Up @@ -145,7 +145,7 @@ module.exports = class Dialog
sendRequest(method, options = {})
{
const extraHeaders = Utils.cloneArray(options.extraHeaders);
const eventHandlers = options.eventHanlders || {};
const eventHandlers = options.eventHandlers || {};
const body = options.body || null;
const request = this._createRequest(method, extraHeaders, body);

Expand Down

0 comments on commit 1b84159

Please sign in to comment.