Skip to content

Commit

Permalink
style: Remove colon, add newline to end
Browse files Browse the repository at this point in the history
  • Loading branch information
fearandesire committed May 16, 2024
1 parent cbfcff1 commit 3f3a4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/commands/info/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class PlutoInfo {
formattedCommands += '\n'
}
// Add link to the website
formattedCommands += `**📒 [Docs:](${plutoDocsUrl})**`
formattedCommands += `**📒 [Docs](${plutoDocsUrl})**\n`
return formattedCommands
}

Expand Down

0 comments on commit 3f3a4d8

Please sign in to comment.