Skip to content

Commit b0c44e0

Browse files
Update 1-js/11-async/01-callbacks/article.md
Co-authored-by: Ezequiel Castellanos <[email protected]>
1 parent 7391b93 commit b0c44e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/01-callbacks/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Ahora, si queremos llamar las nuevas funciones desde el script, deberíamos escr
8080
```js
8181
loadScript('/my/script.js', function() {
8282
// la callback se ejecuta luego que se carga el script
83-
newFunction(); // entones trabaja ahora
83+
newFunction(); // ahora funciona
8484
...
8585
});
8686
```

0 commit comments

Comments
 (0)