Explorar o código

Merge pull request #14657 from anatolyborodin/typo_fix

Fix a typo: change "such Bash" to "such as Bash" in dockerfile_best-practices.md
Brian Goff %!s(int64=10) %!d(string=hai) anos
pai
achega
39e380b97a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     $ 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
     $ docker run --rm -it postgres bash