Skip to content

Commit d9f595f

Browse files
committed
Minor tweak
1 parent f1acc0b commit d9f595f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/encore/dev-server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ option:
5858
5959
$ ./node_modules/.bin/encore dev-server --hot
6060
61-
If you want to use SSL with self-signed domain, add
62-
the ``--https``, ``--pfx=``, and ``--allowed-hosts``
63-
options to the ``dev-server`` command in the ``package.json`` file:
61+
If you want to use SSL with self-signed certificates, add the ``--https``,
62+
``--pfx=``, and ``--allowed-hosts`` options to the ``dev-server`` command in
63+
the ``package.json`` file:
6464

6565
.. code-block:: diff
6666

0 commit comments

Comments
 (0)