Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 47bb36b

Browse files
meowgorithmkujtimiihoxha
authored andcommitted
chore: fix typo in comment
1 parent a86b4e2 commit 47bb36b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/tui/components/logo/logo.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ type Opts struct {
2929
VersionColor color.Color // Version text color
3030
}
3131

32-
// Render renders the Crush title art. Set the argument to true to render the
33-
// narrow version, intended for use in a sidebar.
32+
// Render renders the Crush logo. Set the argument to true to render the narrow
33+
// version, intended for use in a sidebar.
3434
//
35-
// The compact argument determins whether it renders compact for the sidebar
35+
// The compact argument determines whether it renders compact for the sidebar
3636
// or wider for the main pane.
3737
func Render(version string, compact bool, o Opts) string {
3838
const charm = "Charm™"

0 commit comments

Comments
 (0)