From 8f6a9318ba9541a12a4007b116441a09e4bcd0d8 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Sun, 25 Nov 2018 00:03:17 +0100 Subject: [PATCH] fix typo: connet => connect --- website/pages/en/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',