From 8c253369d3e96ba488282acae10667893732ba84 Mon Sep 17 00:00:00 2001
From: Jonathan Martens <jonathan.martens@maastro.nl>
Date: Thu, 13 Jun 2024 19:53:08 +0200
Subject: [PATCH] docs: fix note contents for GnuPG 2.4+ notification (#29662)

---
 docs/usage/self-hosted-configuration.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index 999d3563b9..5f57ff5212 100644
--- a/docs/usage/self-hosted-configuration.md
+++ b/docs/usage/self-hosted-configuration.md
@@ -969,11 +969,11 @@ sub   rsa4096 2021-09-10 [E]
 ```
 
 </details>
-<!-- prettier-ignore -->
 
+<!-- prettier-ignore -->
 !!! note
-If you use GnuPG `v2.4` (or newer) to generate the key, then you must disable `AEAD` preferences.
-This is needed to allow Renovate to decrypt the encrypted values.
+    If you use GnuPG `v2.4` (or newer) to generate the key, then you must disable `AEAD` preferences.
+    This is needed to allow Renovate to decrypt the encrypted values.
 
 <details><summary>key edit log</summary>
 
-- 
GitLab