Skip to content

Commit

Permalink
fix(termivolt): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 21, 2024
1 parent b57e925 commit 9644268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/termivolt/src/commands/send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const sendMsg = async function (
// send the message
try {
await channel2!.sendMessage(content);
console.log(styles.success("Your message has successfuly been sent."));
console.log(styles.success("Your message has successfully been sent."));
} catch (error) {
console.log(
styles.error(
Expand Down

0 comments on commit 9644268

Please sign in to comment.