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

." } } }