Skip to content

Commit 1c4a704

Browse files
committed
docs: fix typo in readme
1 parent b4e9824 commit 1c4a704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ app.get('/events', function (req, res) {
8585
res.setHeader('Content-Type', 'text/event-stream')
8686
res.setHeader('Cache-Control', 'no-cache')
8787

88-
// send a ping approx eveny 2 seconds
88+
// send a ping approx every 2 seconds
8989
var timer = setInterval(function () {
9090
res.write('data: ping\n\n')
9191

0 commit comments

Comments
 (0)