From 3f3a4d82f77355883da71309a3cfd181a68aa429 Mon Sep 17 00:00:00 2001 From: fearandesire <63979371+fearandesire@users.noreply.github.com> Date: Wed, 15 May 2024 23:59:33 -0400 Subject: [PATCH] style: Remove colon, add newline to end --- src/utils/commands/info/info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/commands/info/info.ts b/src/utils/commands/info/info.ts index 13677ced..7462250b 100644 --- a/src/utils/commands/info/info.ts +++ b/src/utils/commands/info/info.ts @@ -36,7 +36,7 @@ export default class PlutoInfo { formattedCommands += '\n' } // Add link to the website - formattedCommands += `**📒 [Docs:](${plutoDocsUrl})**` + formattedCommands += `**📒 [Docs](${plutoDocsUrl})**\n` return formattedCommands }