Forráskód Böngészése

Merge pull request #12711 from Shopify/fix_doc

[docs] small markup fix
Fred Lifton 10 éve
szülő
commit
b830b823cd
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/sources/project/set-up-dev-env.md

+ 1 - 1
docs/sources/project/set-up-dev-env.md

@@ -209,7 +209,7 @@ build and run a `docker` binary in your container.
         root@5f8630b873fe:/go/src/github.com/docker/docker# 
         root@5f8630b873fe:/go/src/github.com/docker/docker# 
 
 
     The command creates a container from your `dry-run-test` image. It opens an
     The command creates a container from your `dry-run-test` image. It opens an
-    interactive terminal (`-ti`) running a `/bin/bash shell`.  The
+    interactive terminal (`-ti`) running a `/bin/bash` shell.  The
     `--privileged` flag gives the container access to kernel features and device
     `--privileged` flag gives the container access to kernel features and device
     access. This flag allows you to run a container in a container.
     access. This flag allows you to run a container in a container.
     Finally, the `-rm` flag instructs Docker to remove the container when you
     Finally, the `-rm` flag instructs Docker to remove the container when you