Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rimelek committed Feb 19, 2023
1 parent ffd50dd commit c9f29c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/advanced/kernel-namespaces-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Mount the system root to a local folder called "root".
mkdir -p root
sudo mount --bind / root
Since "run" is on tmpfs and it wasn'T mounted, we create an empty file to work as a placeholder for the target
Since "run" is on tmpfs and it wasn't mounted, we create an empty file to work as a placeholder for the target
of the symbolic link at :code:`/etc/resolv.conf`

.. code:: bash
Expand Down

0 comments on commit c9f29c6

Please sign in to comment.