We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d5989 commit 7f00398Copy full SHA for 7f00398
examples/realtime/ws.ts
@@ -28,7 +28,7 @@ async function main() {
28
29
rt.on('error', (err) => {
30
// in a real world scenario this should be logged somewhere as you
31
- // likely want to continue procesing events regardless of any errors
+ // likely want to continue processing events regardless of any errors
32
throw err;
33
});
34
@@ -45,4 +45,4 @@ async function main() {
45
rt.socket.on('close', () => console.log('\nConnection closed!'));
46
}
47
48
-main();
+main();
0 commit comments