From eb4381a7d87773d568d162dedeaeeafef3ac3226 Mon Sep 17 00:00:00 2001 From: Grzesiek11 Date: Sat, 6 Jan 2024 02:59:12 +0100 Subject: [PATCH] Improve description --- src/plugins/fixCodeblockGap/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/fixCodeblockGap/index.ts b/src/plugins/fixCodeblockGap/index.ts index 243be0195e6..133409959c0 100644 --- a/src/plugins/fixCodeblockGap/index.ts +++ b/src/plugins/fixCodeblockGap/index.ts @@ -21,7 +21,7 @@ import definePlugin from "@utils/types"; export default definePlugin({ name: "FixCodeblockGap", - description: "Removes the gap between codeblocks and text", + description: "Removes the gap between codeblocks and text below it", authors: [Devs.Grzesiek11], patches: [ {