tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.55k stars 215 forks source link

Typo on the example at the main page #368

Closed MrAmericanMike closed 4 years ago

MrAmericanMike commented 4 years ago

On the main page https://github.com/tmijs/tmi.js there is a simple example, but there is a typo on it...

Where it says

connections: { reconnect: true, secure: true },

It should be

connection: { reconnect: true, secure: true },

Notice connections > connection

Also....... shouldn't an error like this trigger an error for easier debugging?