Skip to content

Commit fdb87ae

Browse files
Update 1-js/13-modules/03-modules-dynamic-imports/say.view/index.html
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent 9165035 commit fdb87ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/13-modules/03-modules-dynamic-imports/say.view

1-js/13-modules/03-modules-dynamic-imports/say.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<script>
33
async function load() {
44
let say = await import('./say.js');
5-
say.hi(); // Hola!
5+
say.hi(); // ¡Hola!
66
say.bye(); // Adiós!
77
say.default(); // Módulo cargado (export default)!
88
}

0 commit comments

Comments
 (0)