diff --git a/src/components/image/README.md b/src/components/image/README.md index d63bd087df5..3c564f15d2e 100644 --- a/src/components/image/README.md +++ b/src/components/image/README.md @@ -231,7 +231,7 @@ guide. Lazy loading images uses [`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) -if supported by the browser (or via a polyfill) to detect with the image should be shown. If +if supported by the browser (or via a polyfill) to detect when the image should be shown. If `IntersectionObserver` support is _not detected_, then the image will _always_ be shown. ### Usage