Skip to content

Commit c467e08

Browse files
Agus-cjoaquinelio
andauthored
Update 5-network/07-url/article.md
Co-authored-by: joaquinelio <[email protected]>
1 parent 643ecd4 commit c467e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/07-url/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ let url = `https://google.com/search?q=${music}`;
183183
alert(url); // https://google.com/search?q=Rock%26Roll
184184
```
185185

186-
Comparalo con `encodeURI`:
186+
Compáralo con `encodeURI`:
187187

188188
```js run
189189
let music = encodeURI('Rock&Roll');

0 commit comments

Comments
 (0)