From aa60637b41ccd660b1ff0118ba78a52c3b2b821c Mon Sep 17 00:00:00 2001 From: David Marzal <2069735+Marzal@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:20:18 +0200 Subject: [PATCH] fixed typo --- docs/tags/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tags/image.md b/docs/tags/image.md index 8895187..4648391 100644 --- a/docs/tags/image.md +++ b/docs/tags/image.md @@ -17,7 +17,7 @@ Multiple - `width` (recommended): The width of the asset in pixels. - `height` (optional): The height of the asset in pixels. - `type` (optional): Mime type of the media such as image/jpeg or video/mp4. -- `purpose` (optional): An unordered set of case-insensative, space-separated tokens following the equivalent [W3C syntax](https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#space-separated-tokens). This value should not exceed 128 characters. This allows podcasters to indicate the suggested uses of this media. +- `purpose` (optional): An unordered set of case-insensitive, space-separated tokens following the equivalent [W3C syntax](https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#space-separated-tokens). This value should not exceed 128 characters. This allows podcasters to indicate the suggested uses of this media. ### Notes The only required attribute is `href`, specifying the url of the asset being delivered. If no further attributes are defined, such as `aspect-ratio` or `purpose`, the image is assumed to be square (1:1). For accessibility, `alt` is also encouraged.