Skip to content

Commit

Permalink
chore(docs): fix typo in image.mdx docs (#71647)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Oct 22, 2024
1 parent 703d276 commit a8445ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/01-components/image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ When using the default [loader](#loader), also consider the following for source

- When src is an external URL, you must also configure [remotePatterns](#remotepatterns)
- When src is [animated](#animated-images) or not a known format (JPEG, PNG, WebP, AVIF, GIF, TIFF) the image will be served as-is
- When src is SVG format, it will be blocked unless [`unoptimized`](#unoptimized)` or [`dangerouslyAllowSVG`](#dangerouslyallowsvg) is enabled
- When src is SVG format, it will be blocked unless [`unoptimized`](#unoptimized) or [`dangerouslyAllowSVG`](#dangerouslyallowsvg) is enabled

### `width`

Expand Down

0 comments on commit a8445ed

Please sign in to comment.