Skip to content

Commit

Permalink
Thanks Joe!
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Sep 9, 2024
1 parent f5049cd commit b29d195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func FatalErrWithSupportCTA(err error) {
os.Exit(1)
}

const supportCTA = `Stuck? We're here to make things easiser for you. Just email us at support@getsavvy.so or join our friendly Discord community (https://getsavvy.so/discord) for a chat.`
const supportCTA = `Stuck? We're here to make things easier for you. Just email us at support@getsavvy.so or join our friendly Discord community (https://getsavvy.so/discord) for a chat.`

func ErrorWithSupportCTA(err error) {
Error(err, supportCTA)
Expand Down

0 comments on commit b29d195

Please sign in to comment.