From 76ec35ff300e42d17ead890aa7a21ceaaa477fc1 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Sat, 30 Jul 2022 09:29:03 -0300 Subject: [PATCH] [docs content] Image README formatting (#4082) Co-authored-by: Chris Swithinbank --- packages/integrations/image/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index a5a4438c1..60c347ef9 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -102,7 +102,7 @@ For images in your project's repository, use the `src` relative to the `public`

-**Type:** 'avif' | 'jpeg' | 'png' | 'webp'
+**Type:** `'avif' | 'jpeg' | 'png' | 'webp'`
**Default:** `undefined`

@@ -201,7 +201,7 @@ See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/size

**Type:** `number[]`
-**Reuqired:** `true` +**Required:** `true`

The list of sizes that should be built for responsive images. This is combined with `aspectRatio` to calculate the final dimensions of each built image. @@ -229,7 +229,7 @@ A `number` can also be provided, useful when the aspect ratio is calculated at b

-**Type:** Array<'avif' | 'jpeg' | 'png' | 'webp'>
+**Type:** `Array<'avif' | 'jpeg' | 'png' | 'webp'>`
**Default:** `undefined`