We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbf41d commit 4d8b170Copy full SHA for 4d8b170
1 file changed
5-network/12-server-sent-events/article.md
@@ -46,7 +46,7 @@ En la práctica, los mensajes complejos generalmente se envían codificados en J
46
Por ejemplo:
47
48
```js
49
-data: {"user":"John","message":"Primera línea*!*\n*/!* Segundo línea"}
+data: {"user":"John","message":"Primera línea*!*\n*/!* Segunda línea"}
50
```
51
52
... Entonces podemos asumir que un `data:` contiene exactamente un mensaje.
0 commit comments