Skip to content

Commit c982836

Browse files
sottarevilebottnawi
authored andcommitted
docs: fix error message of clientLogLevel (#2021)
1 parent 303f4e9 commit c982836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
"bonjour": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverbonjour)",
390390
"ca": "should be {String|Buffer}",
391391
"cert": "should be {String|Buffer}",
392-
"clientLogLevel": "should be {String} and equal to one of the allowed values\n\n [ 'info', 'warn', 'error', 'debug', 'trace', 'silent' ]\n\n (https://webpack.js.org/configuration/dev-server/#devserverclientloglevel)",
392+
"clientLogLevel": "should be {String} and equal to one of the allowed values\n\n [ 'none', 'silent', 'info', 'debug', 'trace', 'error', 'warning', 'warn' ]\n\n (https://webpack.js.org/configuration/dev-server/#devserverclientloglevel)",
393393
"compress": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devservercompress)",
394394
"contentBase": "should be {Number|String|Array} (https://webpack.js.org/configuration/dev-server/#devservercontentbase)",
395395
"disableHostCheck": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverdisablehostcheck)",

0 commit comments

Comments
 (0)