docs(img): fix typo (#15671)

This commit is contained in:
Daniel Sogl
2018-09-24 18:47:42 +02:00
committed by Manu MA
parent 94ac3ff149
commit 8dad01b0ac

View File

@ -1,6 +1,6 @@
# ion-img # ion-img
Img is a tag that will lazyily load an image when ever the tag is in the viewport. This is extremely useful when generating a large list as images are only loaded when they're visible. The component uses [Intersection Observer](https://caniuse.com/#feat=intersectionobserver) internally, which is supported in most modern browser, but falls back to a `setTimeout` when it is not supported. Img is a tag that will lazily load an image when ever the tag is in the viewport. This is extremely useful when generating a large list as images are only loaded when they're visible. The component uses [Intersection Observer](https://caniuse.com/#feat=intersectionobserver) internally, which is supported in most modern browser, but falls back to a `setTimeout` when it is not supported.
<!-- Auto Generated Below --> <!-- Auto Generated Below -->