Explorar o código

Fix typo in JSON config example, in the CLI documetation

Signed-off-by: Michał Czeraszkiewicz <czerasz.hosting@gmail.com>
Michał Czeraszkiewicz %!s(int64=10) %!d(string=hai) anos
pai
achega
09a9958e22
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/commandline/cli.md

+ 1 - 1
docs/reference/commandline/cli.md

@@ -106,7 +106,7 @@ directives, see the [**Formatting** section in the `docker ps` documentation](..
 Following is a sample `config.json` file:
 
     {
-      "HttpHeaders: {
+      "HttpHeaders": {
         "MyHeader": "MyValue"
       },
       "psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Command}}\\t{{.Labels}}"