We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4d805 commit 882a263Copy full SHA for 882a263
1 file changed
5-network/10-long-polling/article.md
@@ -44,7 +44,7 @@ async function subscribe() {
44
if (response.status == 502) {
45
// El estado 502 es un error de "tiempo de espera agotado" en la conexión,
46
// puede suceder cuando la conexión estuvo pendiente durante demasiado tiempo,
47
- // y el servidor remoto o un proxy lo cerró
+ // y el servidor remoto o un proxy la cerró
48
// vamos a reconectarnos
49
await subscribe();
50
} else if (response.status != 200) {
0 commit comments