瀏覽代碼

Fix a typo: change "such Bash" to "such as Bash"

Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
Anatoly Borodin 10 年之前
父節點
當前提交
5f9d1bc018
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/articles/dockerfile_best-practices.md

+ 1 - 1
docs/articles/dockerfile_best-practices.md

@@ -382,7 +382,7 @@ Or, it can be used to run Postgres and pass parameters to the server:
 
     $ docker run postgres postgres --help
 
-Lastly, it could also be used to start a totally different tool, such Bash:
+Lastly, it could also be used to start a totally different tool, such as Bash:
 
     $ docker run --rm -it postgres bash