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.

);