From 9dbe5ae45547605c185a9ed4efc41aa601c7f2ce Mon Sep 17 00:00:00 2001 From: Utkarsh Chaudhary Date: Thu, 18 Jul 2024 14:41:09 +0530 Subject: [PATCH] Updated how to fix for heading order --- lib/checks/navigation/heading-order.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checks/navigation/heading-order.json b/lib/checks/navigation/heading-order.json index e65866ff7..bfdd8c862 100644 --- a/lib/checks/navigation/heading-order.json +++ b/lib/checks/navigation/heading-order.json @@ -7,7 +7,7 @@ "messages": { "pass": "Heading order valid", "fail": "Heading order invalid", - "incomplete": "Unable to determine previous heading" + "incomplete": "Fix the order of headings. Headings should be in descending order of size without skipping levels. For example,

should be followed by

, not

or

." } } }