Browse Source

Merge pull request #17112 from moxiegirl/fix-16961-tic

Removing extra tic
Brian Goff 9 years ago
parent
commit
60b5b0d380
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/logging/overview.md

+ 1 - 1
docs/reference/logging/overview.md

@@ -39,7 +39,7 @@ Then, run a container and specify values for the `labels` or `env`.  For example
 
 ```
 docker run --label foo=bar -e fizz=buzz -d -P training/webapp python app.py
-````
+```
 
 This adds additional fields to the log depending on the driver, e.g. for
 `json-file` that looks like: