Signed-off-by: Swapnil Daingade <swapnil.daingade@gmail.com>
| ... | ... |
@@ -298,7 +298,7 @@ and won't need it again. So let's remove it using the `docker rm` command. |
| 298 | 298 |
Error: Impossible to remove a running container, please stop it first or use -f |
| 299 | 299 |
2014/05/24 08:12:56 Error: failed to remove one or more containers |
| 300 | 300 |
|
| 301 |
-What's happened? We can't actually remove a running container. This protects |
|
| 301 |
+What happened? We can't actually remove a running container. This protects |
|
| 302 | 302 |
you from accidentally removing a running container you might need. Let's try |
| 303 | 303 |
this again by stopping the container first. |
| 304 | 304 |
|