Skip to content

Commit

Permalink
docs(examples): tiny copy edit to colorprofile example
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Oct 31, 2024
1 parent 73ce51d commit a7fcba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/colorprofile/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case tea.KeyMsg:
return m, tea.Quit
case tea.ColorProfileMsg:
return m, tea.Println("Color profile changed to ", msg)
return m, tea.Println("Color profile manually set to ", msg)
}
return m, nil
}
Expand Down

0 comments on commit a7fcba1

Please sign in to comment.