Skip to content

Commit

Permalink
fix typo createDriftUserAccount.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrolito authored Feb 8, 2025
1 parent 3eb3844 commit ab3f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/drift/createDriftUserAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const createDriftUserAccountAction: Action = {
status: "success",
message:
res.message ??
`User account created with ${input.amount} ${input.symobl} successfully deposited.`,
`User account created with ${input.amount} ${input.symbol} successfully deposited.`,
account: res.account,
signature: res.txSignature,
};
Expand Down

0 comments on commit ab3f021

Please sign in to comment.