From 2b046dd60586edf779e582fa2c28427bd96cad06 Mon Sep 17 00:00:00 2001 From: John Dunning Date: Sat, 13 Dec 2025 11:42:42 -0800 Subject: [PATCH] Fix typo in astro-images documentation `or` not `of` --- docs/src/content/pages/recipes/astro-images.mdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/pages/recipes/astro-images.mdoc b/docs/src/content/pages/recipes/astro-images.mdoc index c8fe13d2e..faf185963 100644 --- a/docs/src/content/pages/recipes/astro-images.mdoc +++ b/docs/src/content/pages/recipes/astro-images.mdoc @@ -62,7 +62,7 @@ As long as the image path stored is within the `src/assets` directory, Astro wil ## Images inside MDX or Markdoc fields -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: +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: ```ts content: fields.mdx({