diff --git a/docs/howto/dns/add-project-dns-entry-on-win.rst b/docs/howto/dns/add-project-dns-entry-on-win.rst index 56666578..c09cace4 100644 --- a/docs/howto/dns/add-project-dns-entry-on-win.rst +++ b/docs/howto/dns/add-project-dns-entry-on-win.rst @@ -47,7 +47,7 @@ When using Docker for Windows you can use ``127.0.0.1`` for the IP address. 127.0.0.1 project-1.loc 127.0.0.1 www.project-1.loc -3. Safe the file and verify the DNS entries with the ``ping`` command +3. Save the file and verify the DNS entries with the ``ping`` command .. code-block:: bash diff --git a/docs/intermediate/setup-auto-dns.rst b/docs/intermediate/setup-auto-dns.rst index a0ea94f1..81ec7dfc 100644 --- a/docs/intermediate/setup-auto-dns.rst +++ b/docs/intermediate/setup-auto-dns.rst @@ -53,7 +53,7 @@ Then you need to ensure that :ref:`env_host_port_bind` is set to ``53``. host> vi .env HOST_PORT_BIND=53 -Before starting up the Devilbox, ensure that port ``53`` is not already used on ``127.0.0.1``. +Before starting up the Devilbox, ensure that port ``53`` is not already used. .. code-block:: bash :emphasize-lines: 2