Skip to content

Commit

Permalink
Improve Email.send docs
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Feb 17, 2015
1 parent 5efa6da commit 414b5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/email/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ EmailTest.hookSend = function (f) {
* @param {String|String[]} options.to,cc,bcc,replyTo
* "To:", "Cc:", "Bcc:", and "Reply-To:" addresses
* @param {String} [options.subject] "Subject:" line
* @param {String} [options.text|html] Mail body (in plain text or HTML)
* @param {String} [options.text|html] Mail body (in plain text and/or HTML)
* @param {Object} [options.headers] Dictionary of custom headers
*/
Email.send = function (options) {
Expand Down

0 comments on commit 414b5e2

Please sign in to comment.