From 8dad01b0ac430f1c6e018d768bc0ddf1939427c7 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 24 Sep 2018 18:47:42 +0200 Subject: [PATCH] docs(img): fix typo (#15671) --- core/src/components/img/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/img/readme.md b/core/src/components/img/readme.md index 6fd1d5be5e..e6a0e11d91 100644 --- a/core/src/components/img/readme.md +++ b/core/src/components/img/readme.md @@ -1,6 +1,6 @@ # 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.