Skip to content

Commit 6a5b58d

Browse files
authored
docs: fix --https option alignment (#4028)
1 parent fd8c54a commit 6a5b58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Options:
121121
--no-hot Disables Hot Module Replacement.
122122
--http2 Allows to serve over HTTP/2 using SPDY. Deprecated, it will be removed in favor of the `server` option.
123123
--no-http2 Does not serve over HTTP/2 using SPDY.
124-
--https Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP). Deprecated, it will be removed in favor
124+
--https Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP). Deprecated, it will be removed in favor
125125
of the `server` option.
126126
--no-https Disallows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP).
127127
--https-passphrase <value> Passphrase for a pfx file. Deprecated, it will be removed in favor of the `server.options.passphrase` option.

0 commit comments

Comments
 (0)