Skip to content

Commit

Permalink
fix typo: quesiton -> question (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave authored Nov 14, 2024
1 parent f4a90af commit 5c9fd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/redirect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class Redirect extends BotComponent {
)}), ` +
`or <#${this.wheatley.channels.tooling.id}> if your question is about tooling, ` +
`or <#${this.wheatley.channels.algorithms_and_compsci.id}> if your question pertains more to theory, ` +
`or any other help channel more suited for your quesiton.`,
`or any other help channel more suited for your question.`,
should_text_reply: false,
});
}
Expand Down

0 comments on commit 5c9fd3b

Please sign in to comment.