Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Jun 17, 2023
1 parent 8c482bc commit b246567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/guide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const guide: Command = {
.filter(([key]) => CountService.getCounterByAlias(key).isEnabled)
.map(([key, guideCounter]) => {
const counter = CountService.getCounterByAlias(key);
return `${counter.isPremium ? "+" : "-"} \`{${
return `- ${counter.isPremium ? "*" : ""}\`{${
guideCounter.name
}}\` ${guideCounter.description}`;
})
Expand Down

0 comments on commit b246567

Please sign in to comment.