Skip to content

Commit 3431002

Browse files
authored
docs: validMime return a Boolean (#24)
PR-URL: #24
1 parent d464b2d commit 3431002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function extToMime (type) {
229229
* Check if mime is valid.
230230
*
231231
* @param {String} type
232-
* @return {String}
232+
* @return {Boolean}
233233
* @private
234234
*/
235235

0 commit comments

Comments
 (0)