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 b4e9824 commit 1c4a704Copy full SHA for 1c4a704
README.md
@@ -85,7 +85,7 @@ app.get('/events', function (req, res) {
85
res.setHeader('Content-Type', 'text/event-stream')
86
res.setHeader('Cache-Control', 'no-cache')
87
88
- // send a ping approx eveny 2 seconds
+ // send a ping approx every 2 seconds
89
var timer = setInterval(function () {
90
res.write('data: ping\n\n')
91
0 commit comments