Skip to content

Commit 4d8b170

Browse files
committed
Segunda línea - 49:
1 parent 7dbf41d commit 4d8b170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ En la práctica, los mensajes complejos generalmente se envían codificados en J
4646
Por ejemplo:
4747

4848
```js
49-
data: {"user":"John","message":"Primera línea*!*\n*/!* Segundo línea"}
49+
data: {"user":"John","message":"Primera línea*!*\n*/!* Segunda línea"}
5050
```
5151

5252
... Entonces podemos asumir que un `data:` contiene exactamente un mensaje.

0 commit comments

Comments
 (0)