Skip to content

Commit c4453fd

Browse files
committed
fix(options): removed incorrect dash at clientMode link
1 parent 5745e7d commit c4453fd

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
@@ -393,7 +393,7 @@
393393
"ca": "should be {String|Buffer}",
394394
"cert": "should be {String|Buffer}",
395395
"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)",
396-
"clientMode": "should be {String} (https://webpack.js.org/configuration/dev-server/#devserverclientmode-)",
396+
"clientMode": "should be {String} (https://webpack.js.org/configuration/dev-server/#devserverclientmode)",
397397
"compress": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devservercompress)",
398398
"contentBase": "should be {Number|String|Array} (https://webpack.js.org/configuration/dev-server/#devservercontentbase)",
399399
"disableHostCheck": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserverdisablehostcheck)",

0 commit comments

Comments
 (0)