Browse Source

Merge pull request #2477 from dudebout/patch-3

Fixes typo in the CLI documentation
Andy Rothfusz 11 years ago
parent
commit
35044efce5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/commandline/cli.rst

+ 1 - 1
docs/sources/commandline/cli.rst

@@ -638,7 +638,7 @@ using the container, but inside the current working directory.
 
     docker run -p 127.0.0.0::80 ubuntu bash
 
-This the ``-p`` flag now allows you to bind a port to a specific
+The ``-p`` flag now allows you to bind a port to a specific
 interface of the host machine.  In this example port ``80`` of the 
 container will have a dynamically allocated port bound to 127.0.0.1 
 of the host.