summaryrefslogtreecommitdiffstats
path: root/lib/file_handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file_handler.js')
-rw-r--r--lib/file_handler.js2
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
*/