We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd290ad commit aff46c4Copy full SHA for aff46c4
5-network/12-server-sent-events/article.md
@@ -66,7 +66,7 @@ eventSource.onmessage = function(event) {
66
67
### Solicitudes Cross-origin
68
69
-`EventSource` admite solicitudes cross-origin, como `fetch` y cualquier otro método de red. Podemos utilizar cualquier URL:
+`EventSource` admite solicitudes cross-origin, como `fetch` o cualquier otro método de red. Podemos utilizar cualquier URL:
70
71
```js
72
let source = new EventSource("https://another-site.com/events");
0 commit comments