From cdeb9bfd4df9f41ffa3a9184a543b14b309b912c Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 5 Mar 2015 22:03:12 -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 7bb94fc07f..bb3c4655f1 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 currently 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 to a VPN, blocking access to the VM. If the issue persists, please file a ticket on our GitHub repo.

);