Bläddra i källkod

Update hello_world.rst

Small typo
Matt Bachmann 12 år sedan
förälder
incheckning
dfe45e1ad5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/sources/examples/hello_world.rst

+ 1 - 1
docs/sources/examples/hello_world.rst

@@ -14,7 +14,7 @@ run the docker daemon in the background, simply type:
 
    sudo docker -d &
 
-Now you can run docker in client mode: by defalt all commands will be
+Now you can run docker in client mode: by default all commands will be
 forwarded to the ``docker`` daemon via a protected Unix socket, so you
 must run as root.