diff options
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r-- | lib/sendgrid.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js index 1c37993..86145c9 100644 --- a/lib/sendgrid.js +++ b/lib/sendgrid.js @@ -24,9 +24,9 @@ function SendGrid(api_user, api_key) { * Sends an email via REST and returns true if the * message was sent successfully. * - * @param {Email|Object} email An email object or a hash that has - * the values for the email to be sent. - * @param {Function} callback A function to call when the processing is done. + * @param {Email|Object} email An email object or a hash that has + * the values for the email to be sent. + * @param {Function} callback A function to call when the processing is done. */ SendGrid.prototype.send = function(email, callback) { var self = this; |