Skip to content

Commit cb3cb4a

Browse files
committed
fixed typo
1 parent 80f0ce6 commit cb3cb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/12-server-sent-events/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data: {"user":"Джон","message":"Первая строка*!*\n*/!* Втор
5151

5252
...Так что можно считать, что в каждом `data:` указано ровно одно сообщение.
5353

54-
Для каждого сообщения генериуется событие `message`:
54+
Для каждого сообщения генерируется событие `message`:
5555

5656
```js
5757
let eventSource = new EventSource("/events/subscribe");

0 commit comments

Comments
 (0)