Skip to content

Commit 58f8712

Browse files
authored
Merge pull request #678 from simmayor/11-onload-onerror-1-load-img
11-onload-onerror-1-load-img - Fixed typo
2 parents 936caa8 + ca71ff1 commit 58f8712

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/11-onload-onerror/1-load-img-callback

1 file changed

+1
-1
lines changed

2-ui/3-event-details/11-onload-onerror/1-load-img-callback/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 4
44

55
# Load images with a callback
66

7-
Normally, images are loaded when they are created. So i when we add `<img>` to the page, the user does not see the picture immediately. The browser needs to load it first.
7+
Normally, images are loaded when they are created. So when we add `<img>` to the page, the user does not see the picture immediately. The browser needs to load it first.
88

99
To show an image immediately, we can create it "in advance", like this:
1010

0 commit comments

Comments
 (0)