From 875176ecee359d9b327578fd6593d930b275b7d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Nov 2025 01:14:32 +0000 Subject: [PATCH 1/2] Initial plan From fb1f366dd8da944126979c4d726a4302dfd1fbea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Nov 2025 01:20:18 +0000 Subject: [PATCH 2/2] Fix grammatical error: change "must closed" to "must be closed" Co-authored-by: coliff <1212885+coliff@users.noreply.github.com> --- test/cli/formatters/sarif.sarif | 2 +- website/src/content/docs/rules/attr-value-double-quotes.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: