Skip to content

Commit 93a0d57

Browse files
authored
Update article.md
1 parent 364bee4 commit 93a0d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

5-network/08-xmlhttprequest/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ xhr.timeout = 10000; // límite de tiempo en milisegundos, 10 segundos
130130

131131
Si la solicitud no es realizada con éxito dentro del tiempo dado, se cancela y el evento `timeout` se activa.
132132

133-
````smart header="Parámetros de búsqueda URL"
133+
````smart header="Parámetros de búsqueda URL"
134134
Para agregar los parámetros a la URL, como `?nombre=valor`, y asegurar la codificación adecuada, podemos utilizar un objeto [URL](info:url):
135135

136136
```js

0 commit comments

Comments
 (0)