Browse Source

fix typo 'setup/set up'

Signed-off-by: imre Fitos <imre.fitos+github@gmail.com>
imre Fitos 10 years ago
parent
commit
73baa673c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/articles/networking.md

+ 1 - 1
docs/sources/articles/networking.md

@@ -714,7 +714,7 @@ illustrate the technique.
     $ echo 'DOCKER_OPTS="-b=bridge0"' >> /etc/default/docker
     $ echo 'DOCKER_OPTS="-b=bridge0"' >> /etc/default/docker
     $ sudo service docker start
     $ sudo service docker start
 
 
-    # Confirming new outgoing NAT masquerade is setup
+    # Confirming new outgoing NAT masquerade is set up
 
 
     $ sudo iptables -t nat -L -n
     $ sudo iptables -t nat -L -n
     ...
     ...