Fixed typo

This commit is contained in:
simmayor 2018-12-12 15:10:46 -05:00
parent 23b5766b82
commit ca71ff1418

View file

@ -4,7 +4,7 @@ importance: 4
# Load images with a callback # Load images with a callback
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. 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.
To show an image immediately, we can create it "in advance", like this: To show an image immediately, we can create it "in advance", like this: