Skip to content

Commit 9dcead0

Browse files
authored
1 parent e4d271a commit 9dcead0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ guide.
231231
232232
Lazy loading images uses
233233
[`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
234+
if supported by the browser (or via a polyfill) to detect when the image should be shown. If
235235
`IntersectionObserver` support is _not detected_, then the image will _always_ be shown.
236236

237237
### Usage

0 commit comments

Comments
 (0)