Skip to content

Commit 9012a0c

Browse files
authored
Merge pull request #1170 from thomasWos/main
fix: Fix typo in multiversx plugin prompt for creating token
2 parents 5eb5514 + 4ebb802 commit 9012a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-multiversx/src/actions/createToken.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default {
146146
{
147147
user: "{{user1}}",
148148
content: {
149-
text: "Create a token TEST with ticker TST, 18 decimals and su of 10000",
149+
text: "Create a token TEST with ticker TST, 18 decimals and supply of 10000",
150150
action: "CREATE_TOKEN",
151151
},
152152
},

0 commit comments

Comments
 (0)