Skip to content

Commit 80aa4cf

Browse files
authored
fix typo
1 parent 2b9d026 commit 80aa4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/dev-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ To pass your own certificate via the CLI use the following options:
607607
npx webpack serve --https-key ./path/to/server.key --https-cert ./path/to/server.crt --https-cacert ./path/to/ca.pem
608608
```
609609

610-
`webpack-dev-server >= v4.2.0` allows you to set additional [TSL options](https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options) like `minVersion`. Also, you can directly pass the contents of respective files:
610+
`webpack-dev-server >= v4.2.0` allows you to set additional [TLS options](https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options) like `minVersion`. Also, you can directly pass the contents of respective files:
611611

612612
**webpack.config.js**
613613

0 commit comments

Comments
 (0)