Skip to content

Commit 8b15f30

Browse files
authored
Merge branch 'dev' into remove-mention-of-router-tag
2 parents 8ec2c0f + 9dcead0 commit 8b15f30

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)