From 60a3b22611c75929bfd9e57e77bea3a8881fd2d8 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Thu, 8 Nov 2018 17:26:18 -0800 Subject: [PATCH] Fixes 7640 --- docker-for-mac/docker-toolbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-mac/docker-toolbox.md b/docker-for-mac/docker-toolbox.md index 10acf87787..8c846363a3 100644 --- a/docker-for-mac/docker-toolbox.md +++ b/docker-for-mac/docker-toolbox.md @@ -50,7 +50,7 @@ Here are some key points to know about Docker for Mac before you get started: The Docker Engine API is exposed on a socket available to the Mac host at `/var/run/docker.sock`. This is the default location Docker and Docker Compose clients use to connect to - the Docker daemon, so you to use `docker` and `docker-compose` CLI commands + the Docker daemon, so you can use `docker` and `docker-compose` CLI commands on your Mac.