diff --git a/src/content/docs/en/reference/configuration-reference.mdx b/src/content/docs/en/reference/configuration-reference.mdx index a5e670df2c6a9..0550d461b429f 100644 --- a/src/content/docs/en/reference/configuration-reference.mdx +++ b/src/content/docs/en/reference/configuration-reference.mdx @@ -1143,7 +1143,7 @@ You can use wildcards to define the permitted `hostname` and `pathname` values a The default layout type for responsive images. Can be overridden by the `layout` prop on the image component. Requires the `experimental.responsiveImages` flag to be enabled. -- `responsive` - The image will scale to fit the container, maintaining its aspect ratio, but will not exceed the specified dimensions. +- `constrained` - The image will scale to fit the container, maintaining its aspect ratio, but will not exceed the specified dimensions. - `fixed` - The image will maintain its original dimensions. - `full-width` - The image will scale to fit the container, maintaining its aspect ratio.