From ca71ff14186864a68a15a448b5f3652f4904b169 Mon Sep 17 00:00:00 2001 From: simmayor Date: Wed, 12 Dec 2018 15:10:46 -0500 Subject: [PATCH] Fixed typo --- .../11-onload-onerror/1-load-img-callback/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/3-event-details/11-onload-onerror/1-load-img-callback/task.md b/2-ui/3-event-details/11-onload-onerror/1-load-img-callback/task.md index bc742ab1..b7583550 100644 --- a/2-ui/3-event-details/11-onload-onerror/1-load-img-callback/task.md +++ b/2-ui/3-event-details/11-onload-onerror/1-load-img-callback/task.md @@ -4,7 +4,7 @@ importance: 4 # Load images with a callback -Normally, images are loaded when they are created. So i when we add `` to the page, the user does not see the picture immediately. The browser needs to load it first. +Normally, images are loaded when they are created. So when we add `` to the page, the user does not see the picture immediately. The browser needs to load it first. To show an image immediately, we can create it "in advance", like this: