diff --git a/website/pages/en/index.js b/website/pages/en/index.js
index bb1e132480..ab692a0951 100755
--- a/website/pages/en/index.js
+++ b/website/pages/en/index.js
@@ -165,7 +165,7 @@ const TryOut = () => (
content: 'We have deployed a demo version of [Unleash on Heroku](https://unleash.herokuapp.com). '+
'Here you can play with the Unleash UI, define some feature toggles and get a feel of how to use Unleash.
'+
'It is even possible to use one of the Unleash client SDKs and test it out Unleash your application. '+
- 'To do this you should connet one of the clients using the hosted API url: https://unleash.herokuapp.com/api/.',
+ 'To do this you should connect one of the clients using the hosted API url: https://unleash.herokuapp.com/api/.',
image: imgUrl('dashboard.png'),
imageAlign: 'left',
align: 'left',