File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Convert function takes three parameters
1818 * ` indentCount ` - The number of indentation characters to add per code level
1919 * ` trimRequestBody ` - Trim request body fields
2020 * ` followRedirect ` - Boolean denoting whether to redirect a request
21- * ` requestTimeout ` - Integer denoting time after which the request will bail out in milli- seconds
21+ * ` requestTimeout ` - Integer denoting time after which the request will bail out in seconds
2222 * ` multiLine ` - Boolean denoting whether to output code snippet with multi line breaks
2323 * ` longFormat ` - Boolean denoting whether to use longform cURL options in snippet
2424 * ` quoteType ` - String denoting the quote type to use (single or double) for URL
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ self = module.exports = {
226226 id : 'requestTimeout' ,
227227 type : 'positiveInteger' ,
228228 default : 0 ,
229- description : 'Set number of milliseconds the request should wait for a response before ' +
229+ description : 'Set number of seconds the request should wait for a response before ' +
230230 'timing out (use 0 for infinity)'
231231 } ,
232232 {
You can’t perform that action at this time.
0 commit comments