Skip to content

Commit cce02d8

Browse files
authored
Merge pull request #361 from odsantos/update-en-resource-loading
Update "Resource loading" file
2 parents 949da30 + 4a73d1c commit cce02d8

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/5-loading/03-onload-onerror/1-load-img-callback/solution.view

1 file changed

+1
-1
lines changed

2-ui/5-loading/03-onload-onerror/1-load-img-callback/solution.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636

3737
// for each image,
38-
// let's create another img with the same src and check that we have its width immediately
38+
// let's create another img with the same src and check that we have its width
3939
function testLoaded() {
4040
let widthSum = 0;
4141
for (let i = 0; i < sources.length; i++) {

0 commit comments

Comments
 (0)