From b62780d875fb9d0f45c09ae32c9782fc1db4dfa0 Mon Sep 17 00:00:00 2001 From: mtilson Date: Thu, 20 Apr 2017 15:25:48 +0300 Subject: [PATCH] fix for a tiny grammar mistake (#2948) --- engine/docker-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/docker-overview.md b/engine/docker-overview.md index d7d27a41e1..aa78a0eda3 100644 --- a/engine/docker-overview.md +++ b/engine/docker-overview.md @@ -187,7 +187,7 @@ local command-line session, and runs `/bin/bash`. $ docker run -i -t ubuntu /bin/bash ``` -When you run this command, the following happens (assuming you have are using +When you run this command, the following happens (assuming you are using the default registry configuration): 1. If you do not have the `ubuntu` image locally, Docker pulls it from your