Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Aug 19, 2022
1 parent 1a26b18 commit afee9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference/next/future/image.md
Expand Up @@ -47,8 +47,8 @@ Compared to `next/image`, the new `next/future/image` component has the followin
- Use CSS `@media not all and (min-resolution:.001dpcm) { img[loading="lazy"] { clip-path: inset(0.5px) } }`
- Use [`priority`](#priority) if the image is above the fold
- [Firefox 67+](https://bugzilla.mozilla.org/show_bug.cgi?id=1556156) displays a white background while loading progressive jpeg. Possible solutions:
- Enable [AVIF format](#acceptable-formats)
- Use [`placeholder="blur"](#blur)
- Enable [AVIF `formats`](#acceptable-formats)
- Use [`placeholder="blur"`](#blur)

## Migration

Expand Down

0 comments on commit afee9e0

Please sign in to comment.