From 27117b177dc029721f7ecf02bd130660d8d30b8d Mon Sep 17 00:00:00 2001 From: Markus Maga <markus@maga.se> Date: Thu, 6 Feb 2025 06:56:14 +0100 Subject: [PATCH] docs(jsonata): fix code block title for jsonata example (#34055) --- lib/modules/manager/custom/jsonata/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/manager/custom/jsonata/readme.md b/lib/modules/manager/custom/jsonata/readme.md index 257b173b8e..1b82fb0850 100644 --- a/lib/modules/manager/custom/jsonata/readme.md +++ b/lib/modules/manager/custom/jsonata/readme.md @@ -67,7 +67,7 @@ When you configure a JSONata manager, use the following syntax: Overwrite the `<query>` placeholder text with your [JSONata](https://docs.jsonata.org/overview.html) query. The JSONata query transforms the content to a JSON object, similar to the this: -```javascript dependencies information extracted usig jsonata query +```javascript title="dependencies information extracted usig jsonata query" [ { depName: 'some_dep', -- GitLab