Skip to content

Commit

Permalink
Merge pull request nodemailer#786 from dmlukichev/patch-1
Browse files Browse the repository at this point in the history
Update jsdoc
  • Loading branch information
andris9 authored Aug 24, 2017
2 parents 149334a + f75d308 commit 3bc1693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mailer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Mail extends EventEmitter {
* Sends an email using the preselected transport object
*
* @param {Object} data E-data description
* @param {Function} callback Callback to run once the sending succeeded or failed
* @param {Function?} callback Callback to run once the sending succeeded or failed
*/
sendMail(data, callback) {
let promise;
Expand Down

0 comments on commit 3bc1693

Please sign in to comment.