diff options
author | Swift <theycallmeswift@gmail.com> | 2013-04-11 16:11:26 -0500 |
---|---|---|
committer | Swift <theycallmeswift@gmail.com> | 2013-04-11 16:11:26 -0500 |
commit | 44fb66c2b58b341512c01b492077409a89ee24ae (patch) | |
tree | 6746c99dcc512a5610f635a64284898c44cda06b /lib/file_handler.js | |
parent | 8665666c61565324405bf96d43aeb95cca343d2d (diff) | |
download | sendgrid-nodejs-44fb66c2b58b341512c01b492077409a89ee24ae.zip sendgrid-nodejs-44fb66c2b58b341512c01b492077409a89ee24ae.tar.gz sendgrid-nodejs-44fb66c2b58b341512c01b492077409a89ee24ae.tar.bz2 |
Fix broken SMTP cid implementation
Diffstat (limited to 'lib/file_handler.js')
-rw-r--r-- | lib/file_handler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file_handler.js b/lib/file_handler.js index cf78059..23e2500 100644 --- a/lib/file_handler.js +++ b/lib/file_handler.js @@ -14,7 +14,7 @@ var fs = require('fs'); * if blank. * @param {string} file_object.contentType The Content-Type of the file. * @param {string} file_object.content The content to send in the file (usually a Buffer) - * @param {string} file_object.cid The cid to use for inline content + * @param {string} file_object.cid The cid to use for inline content * @param {string} file_object.path The absolute path of the file on the filesystem * @param {string} file_object.url The url to fetch a file from before sending */ |