Skip to content

Commit ca71ff1

Browse files
committed
Fixed typo
1 parent 23b5766 commit ca71ff1

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)