Skip to content

Commit

Permalink
Merge pull request #11 from Audiovoyeur/patch-1
Browse files Browse the repository at this point in the history
Typo/ Spelling:
  • Loading branch information
JustinBeaudry authored Oct 16, 2017
2 parents 7704196 + 0c99e8e commit 9f01ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/examples/lazy/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ locals.delay = 'data-delay="1000" data-';
<img class="appear" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=" data-src="img/missing.png" />
<p>No holding image</p>
<img class="appear" data-src="img/missing.png" />
<p>Both images missinge</p>
<p>Both images missing</p>
<img class="appear" src="img/missing.png" data-src="img/missing.png" />
</div>
Expand Down

0 comments on commit 9f01ccb

Please sign in to comment.