Skip to content

Commit 105d5b8

Browse files
committed
translated html
1 parent e1288b2 commit 105d5b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/11-async/05-promise-api/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
script.src = src;
66

77
script.onload = () => resolve(script);
8-
script.onerror = () => reject(new Error("Script load error: " + src));
8+
script.onerror = () => reject(new Error("Eroare încărcare script: " + src));
99

1010
document.head.append(script);
1111
});

0 commit comments

Comments
 (0)