We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7ea52 commit c16be74Copy full SHA for c16be74
packages/plugin-solana-agent-kit/src/actions/createToken.ts
@@ -94,7 +94,7 @@ export default {
94
if (callback) {
95
callback({
96
text: "Unable to process create token request. Invalid content provided.",
97
- content: { error: "Invalid creat token content" },
+ content: { error: "Invalid create token content" },
98
});
99
}
100
return false;
0 commit comments