From 5d29c3d176b9de3f2802c70bd0fd6d5e55ff06ff Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Tue, 17 Sep 2024 19:21:47 -0700 Subject: [PATCH] Fix "yntax" typo in `jekyll.json` (#4082) --- src/schemas/json/jekyll.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/json/jekyll.json b/src/schemas/json/jekyll.json index 95383d53cc2..0267a1adb42 100644 --- a/src/schemas/json/jekyll.json +++ b/src/schemas/json/jekyll.json @@ -586,7 +586,7 @@ "minLength": 1 }, "highlighter": { - "description": "A yntax highlighter for the current site\nhttps://jekyllrb.com/docs/configuration/default/", + "description": "A syntax highlighter for the current site\nhttps://jekyllrb.com/docs/configuration/default/", "type": "string", "default": "rouge", "minLength": 1