diff --git a/docs/02-app/02-api-reference/01-components/image.mdx b/docs/02-app/02-api-reference/01-components/image.mdx index 29e59a4e5f4a8e..3993e1541c8fd7 100644 --- a/docs/02-app/02-api-reference/01-components/image.mdx +++ b/docs/02-app/02-api-reference/01-components/image.mdx @@ -477,7 +477,7 @@ Possible values are the following: - `sync` - Synchronously decode the image for atomic presentation with other content. - `auto` - No preference for the decoding mode; the browser decides what's best. -Learn more about the [`decoding` attribute](https://developer.mozilla.org/docs/Web/HTML/Element/img#loading). +Learn more about the [`decoding` attribute](https://developer.mozilla.org/docs/Web/HTML/Element/img#decoding). ### Other Props