From 3ed33b82bd030718cf76ea61e1164035b37d9ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Drouet?= Date: Sun, 21 Apr 2024 11:03:59 +0200 Subject: [PATCH] docs(configuration): typo fix warn to warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Drouet --- web/src/content/docs/config/default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/content/docs/config/default.md b/web/src/content/docs/config/default.md index b96caf9..2bec832 100644 --- a/web/src/content/docs/config/default.md +++ b/web/src/content/docs/config/default.md @@ -14,7 +14,7 @@ You can also check the default values on the page of each rule. ```yaml rules: description-empty: # Description must not be empty - level: warn + level: warning scope-empty: # Scope must not be empty level: error subject-empty: # Subject line should exist