瀏覽代碼

run.md: Convert some backticks to apo's

Felix Rabe 11 年之前
父節點
當前提交
205bd91fca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/reference/run.md

+ 1 - 1
docs/sources/reference/run.md

@@ -291,7 +291,7 @@ the container you might have an HTTP service listening on port 80 (and so you
 42800.
 
 To help a new client container reach the server container's internal port
-operator `--expose``d by the operator or `EXPOSE``d by the developer, the
+operator `--expose`'d by the operator or `EXPOSE`'d by the developer, the
 operator has three choices: start the server container with `-P` or `-p,` or
 start the client container with `--link`.