Browse Source

Merge pull request #16202 from tnws/fix-please

Remove stray please
Sebastiaan van Stijn 9 years ago
parent
commit
072790bb3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/articles/basics.md

+ 1 - 1
docs/articles/basics.md

@@ -19,7 +19,7 @@ installed, use the following command:
 If you get `docker: command not found` or something like
 If you get `docker: command not found` or something like
 `/var/lib/docker/repositories: permission denied` you may have an
 `/var/lib/docker/repositories: permission denied` you may have an
 incomplete Docker installation or insufficient privileges to access
 incomplete Docker installation or insufficient privileges to access
-Docker on your machine. Please 
+Docker on your machine. 
 
 
 Additionally, depending on your Docker system configuration, you may be required
 Additionally, depending on your Docker system configuration, you may be required
 to preface each `docker` command with `sudo`. To avoid having to use `sudo` with
 to preface each `docker` command with `sudo`. To avoid having to use `sudo` with