Skip to content

Commit 3976ee3

Browse files
committed
fix: plain/text => text/plain
1 parent d0ddc8c commit 3976ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ var HTTPSnippet = function (req, lang) {
5454
} catch (e) {
5555
debug(e);
5656

57-
// force back to plain/text
57+
// force back to text/plain
5858
// if headers have proper content-type value, then this should also work
59-
this.source.postData.mimeType = 'plain/text'
59+
this.source.postData.mimeType = 'text/plain'
6060
}
6161
}
6262
break;

0 commit comments

Comments
 (0)