From c059adbfb82193503db1178ba57fd06c244c4988 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 5 Mar 2015 14:50:20 -0500 Subject: [PATCH] Fix typo --- src/ContainerHome.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ContainerHome.react.js b/src/ContainerHome.react.js index 689c2249bd..7bb94fc07f 100644 --- a/src/ContainerHome.react.js +++ b/src/ContainerHome.react.js @@ -74,7 +74,7 @@ var ContainerHome = React.createClass({ if (this.props.error) { body = (
-

There was a problem connecting to the Docker Engine in the VirtualBox VM.
This could be caused because this Mac is current connected a VPN, blocking access to the VM. If the issue persists, please file a ticket on our GitHub repo.

+

There was a problem connecting to the Docker Engine in the VirtualBox VM.
This could be caused because this Mac is currently connected a VPN, blocking access to the VM. If the issue persists, please file a ticket on our GitHub repo.

);