Skip to content

Commit aff46c4

Browse files
Update 5-network/12-server-sent-events/article.md
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent cd290ad commit aff46c4

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
@@ -66,7 +66,7 @@ eventSource.onmessage = function(event) {
6666

6767
### Solicitudes Cross-origin
6868

69-
`EventSource` admite solicitudes cross-origin, como `fetch` y cualquier otro método de red. Podemos utilizar cualquier URL:
69+
`EventSource` admite solicitudes cross-origin, como `fetch` o cualquier otro método de red. Podemos utilizar cualquier URL:
7070

7171
```js
7272
let source = new EventSource("https://another-site.com/events");

0 commit comments

Comments
 (0)