From fa07a7789cf13cf2811aa065beefeb7144fcb90d Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Tue, 10 Jan 2023 22:47:13 +0500 Subject: [PATCH] chore: quick fix --- sasjslint-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasjslint-schema.json b/sasjslint-schema.json index debceb6..cd33536 100644 --- a/sasjslint-schema.json +++ b/sasjslint-schema.json @@ -132,7 +132,7 @@ "maxHeaderLineLength": { "$id": "#/properties/maxHeaderLineLength", "type": "number", - "title": "maxLineLength", + "title": "maxHeaderLineLength", "description": "Enforces a configurable maximum line length for header section. Shows a warning for lines exceeding this length.", "default": 80, "examples": [60, 80, 120]