Browse code

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

Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>

Anatoly Borodin authored on 2015/07/15 23:41:57
Showing 1 changed files
... ...
@@ -382,7 +382,7 @@ Or, it can be used to run Postgres and pass parameters to the server:
382 382
 
383 383
     $ docker run postgres postgres --help
384 384
 
385
-Lastly, it could also be used to start a totally different tool, such Bash:
385
+Lastly, it could also be used to start a totally different tool, such as Bash:
386 386
 
387 387
     $ docker run --rm -it postgres bash
388 388