8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d271a commit 9dcead0Copy full SHA for 9dcead0
src/components/image/README.md
@@ -231,7 +231,7 @@ guide.
231
232
Lazy loading images uses
233
[`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)
234
-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
235
`IntersectionObserver` support is _not detected_, then the image will _always_ be shown.
236
237
### Usage
0 commit comments