Skip to content

Commit 9c86eaa

Browse files
authored
Add space between prompt and command (docker#10876)
When rendered in the actual docs, this will not be highlighted as a reference to a shell variable.
1 parent 135a214 commit 9c86eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/swarm/swarm-tutorial/inspect-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ the Docker CLI to see details about the service running in the swarm.
111111
you must ssh to that node.
112112

113113
```bash
114-
[worker2]$docker ps
114+
[worker2]$ docker ps
115115
116116
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
117117
e609dde94e47 alpine:latest "ping docker.com" 3 minutes ago Up 3 minutes helloworld.1.8p1vev3fq5zm0mi8g0as41w35

0 commit comments

Comments
 (0)