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 7f00398 commit 1382120Copy full SHA for 1382120
examples/azure/realtime/websocket.ts
@@ -40,7 +40,7 @@ async function main() {
40
41
rt.on('error', (err) => {
42
// in a real world scenario this should be logged somewhere as you
43
- // likely want to continue procesing events regardless of any errors
+ // likely want to continue processing events regardless of any errors
44
throw err;
45
});
46
@@ -57,4 +57,4 @@ async function main() {
57
rt.socket.addEventListener('close', () => console.log('\nConnection closed!'));
58
}
59
60
-main();
+main();
0 commit comments