Skip to content

Commit ce85ee3

Browse files
authored
Fix typo in astro-images documentation (#1479)
1 parent f667d34 commit ce85ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/pages/recipes/astro-images.mdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ As long as the image path stored is within the `src/assets` directory, Astro wil
6262

6363
## Images inside MDX or Markdoc fields
6464

65-
Images uploaded via the [MDX](/docs/fields/mdx) of [Markdoc](/docs/fields/markdoc) fields can be configured the same way as standalone image fields via the `options` object:
65+
Images uploaded via the [MDX](/docs/fields/mdx) or [Markdoc](/docs/fields/markdoc) fields can be configured the same way as standalone image fields via the `options` object:
6666

6767
```ts
6868
content: fields.mdx({

0 commit comments

Comments
 (0)