fix a typo in realtime chat sample app (#1522)

Fix a typo.
This commit is contained in:
yiksanchan 2019-01-29 23:27:29 -08:00 committed by Shahidh K Muhammed
parent a5c9347d75
commit 2893fe7126

View File

@ -27,7 +27,7 @@ const mkWsLink = (uri) => {
return new WebSocketLink(subClient);
}
// Makle HttpLink
// Make HttpLink
const httpLink = new HttpLink({ uri: GRAPHQL_ENDPOINT });
const wsLink = mkWsLink(GRAPHQL_ENDPOINT);
const link = split(