diff --git a/test/cli/formatters/sarif.sarif b/test/cli/formatters/sarif.sarif index 614b22c67..754b90123 100644 --- a/test/cli/formatters/sarif.sarif +++ b/test/cli/formatters/sarif.sarif @@ -15,7 +15,7 @@ "helpUri": "https://htmlhint.com/rules/attr-value-double-quotes", "help": { "text": "Attribute values must be in double quotes.", - "markdown": "\nAttribute value must closed by double quotes.\n\nLevel: Error\n\n## Config value\n\n- `true`: enable rule\n- `false`: disable rule\n\n### The following patterns are **not** considered rule violations\n\n```html\n````\n```\n\n### The following pattern is considered a rule violation:\n\n```html\n````\n```" + "markdown": "\nAttribute value must be closed by double quotes.\n\nLevel: Error\n\n## Config value\n\n- `true`: enable rule\n- `false`: disable rule\n\n### The following patterns are **not** considered rule violations\n\n```html\n````\n```\n\n### The following pattern is considered a rule violation:\n\n```html\n````\n```" } }, { diff --git a/website/src/content/docs/rules/attr-value-double-quotes.mdx b/website/src/content/docs/rules/attr-value-double-quotes.mdx index ed45403a7..9a45845a7 100644 --- a/website/src/content/docs/rules/attr-value-double-quotes.mdx +++ b/website/src/content/docs/rules/attr-value-double-quotes.mdx @@ -6,7 +6,7 @@ description: Requires attribute values in HTML to be enclosed in double quotes f import { Badge } from '@astrojs/starlight/components'; -Attribute value must closed by double quotes. +Attribute value must be closed by double quotes. Level: