Skip to content

Commit 72f9898

Browse files
Update 5-network/12-server-sent-events/article.md
Co-authored-by: joaquinelio <[email protected]>
1 parent 82d2366 commit 72f9898

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
@@ -200,7 +200,7 @@ eventSource.addEventListener('leave', event => {
200200

201201
## Ejemplo completo
202202

203-
Aquí está el servidor que envía mensajes con `1`,` 2`, `3`, luego `bye` y cierra la conexión.
203+
Aquí está el servidor que envía mensajes con `1`, `2`, `3`, luego `bye` y cierra la conexión.
204204

205205
Luego, el navegador se vuelve a conectar automáticamente.
206206

0 commit comments

Comments
 (0)