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`
**Type:** `number[]`
-**Reuqired:** `true`
+**Required:** `true`
-**Type:** Array<'avif' | 'jpeg' | 'png' | 'webp'>
+**Type:** `Array<'avif' | 'jpeg' | 'png' | 'webp'>`
**Default:** `undefined`