Skip to content

Commit

Permalink
🔧 Fix typo in signup contract settings message
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmccarty committed Jul 7, 2024
1 parent 692633c commit f74a0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boost/boost_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func getSignupContractSettings(channelID string, id string) (string, []discordgo
var builder strings.Builder
fmt.Fprintf(&builder, "Contract created in <#%s>\n", channelID)
builder.WriteString("Use the Contract button if you have to recycle it.\n")
builder.WriteString("**Use the menus to set your contract style. These will work until the contrct is started.**\n")
builder.WriteString("**Use the menus to set your contract style. These will work until the contract is started.**\n")
builder.WriteString("If this contract isn't an immediate start use `/change-planned-start` to add the time to the sign-up message.\n")
builder.WriteString("React with 🌊 on the boost list to automaticaly update the thread name.")

Expand Down

0 comments on commit f74a0c6

Please sign in to comment.