Skip to content

Commit c16be74

Browse files
authored
chore: update createToken.ts (elizaOS#2493)
creat -> create
1 parent 2d7ea52 commit c16be74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-solana-agent-kit/src/actions/createToken.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default {
9494
if (callback) {
9595
callback({
9696
text: "Unable to process create token request. Invalid content provided.",
97-
content: { error: "Invalid creat token content" },
97+
content: { error: "Invalid create token content" },
9898
});
9999
}
100100
return false;

0 commit comments

Comments
 (0)