Skip to content

Commit a8445ed

Browse files
authored
chore(docs): fix typo in image.mdx docs (#71647)
There was an extra backtick causing a format error. https://nextjs.org/docs/app/api-reference/components/image#src <img width="664" alt="image" src="https://github.com/user-attachments/assets/2792e71b-f3a7-4790-80a0-eecb5210753a">
1 parent 703d276 commit a8445ed

File tree

1 file changed

+1
-1
lines changed
  • docs/02-app/02-api-reference/01-components

1 file changed

+1
-1
lines changed

docs/02-app/02-api-reference/01-components/image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ When using the default [loader](#loader), also consider the following for source
9393

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

9898
### `width`
9999

0 commit comments

Comments
 (0)