Browse code

Fix nits in deprecated

Signed-off-by: Harry Zhang <harryz@hyper.sh>

Harry Zhang authored on 2016/07/19 23:42:23
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@ The `docker import` command format 'file|URL|- [REPOSITORY [TAG]]' is deprecated
30 30
 The shorthand (`-h`) is less common than `--help` on Linux and cannot be used
31 31
 on all subcommands (due to it conflicting with, e.g. `-h` / `--hostname` on
32 32
 `docker create`). For this reason, the `-h` shorthand was not printed in the
33
-"usage" output of subcommands, nor docummented, and is now marked "deprecated".
33
+"usage" output of subcommands, nor documented, and is now marked "deprecated".
34 34
 
35 35
 ### `-e` and `--email` flags on `docker login`
36 36
 **Deprecated In Release: [v1.11.0](https://github.com/docker/docker/releases/tag/v1.11.0)**
... ...
@@ -44,7 +44,7 @@ The docker login command is removing the ability to automatically register for a
44 44
 
45 45
 **Target For Removal In Release: v1.13**
46 46
 
47
-The flag `--security-opt` doesn't use the colon separator(`:`) anymore to divide keys and values, it uses the equal symbol(`=`) for consinstency with other similar flags, like `--storage-opt`.
47
+The flag `--security-opt` doesn't use the colon separator(`:`) anymore to divide keys and values, it uses the equal symbol(`=`) for consistency with other similar flags, like `--storage-opt`.
48 48
 
49 49
 ### `/containers/(id or name)/copy` endpoint
50 50