mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix typo: connet => connect
This commit is contained in:
parent
10ed9ac49a
commit
8f6a9318ba
@ -165,7 +165,7 @@ const TryOut = () => (
|
|||||||
content: 'We have deployed a demo version of [Unleash on Heroku](https://unleash.herokuapp.com). '+
|
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. <br /><br />'+
|
'Here you can play with the Unleash UI, define some feature toggles and get a feel of how to use Unleash. <br /><br />'+
|
||||||
'It is even possible to use one of the Unleash client SDKs and test it out Unleash your application. '+
|
'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'),
|
image: imgUrl('dashboard.png'),
|
||||||
imageAlign: 'left',
|
imageAlign: 'left',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
Loading…
Reference in New Issue
Block a user