From 4c2db09dd4c745264d521841df45cede4d1133a8 Mon Sep 17 00:00:00 2001 From: Utkarsh Chaudhary Date: Wed, 1 Oct 2025 14:46:38 +0530 Subject: [PATCH] Updated metadata --- lib/rules/heading-order.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/heading-order.json b/lib/rules/heading-order.json index 3c34729b..ae110ebf 100644 --- a/lib/rules/heading-order.json +++ b/lib/rules/heading-order.json @@ -12,7 +12,7 @@ ], "metadata": { "description": "Ensures the order of headings is semantically correct", - "help": "Heading levels must increase by one" + "help": "Heading levels must only increase by one" }, "all": [], "any": ["heading-order"],