Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down