chore: docs: fix some misspellings (#12333)

Signed-off-by: riskrose <riskrock@qq.com>
This commit is contained in:
riskrose
2024-08-02 12:18:16 +09:00
committed by GitHub
parent 1177717127
commit 10f6976a55
7 changed files with 8 additions and 8 deletions

View File

@ -325,7 +325,7 @@ var EvmInvokeCmd = &cli.Command{
Usage: "optionally specify the account to use for sending the exec message",
}, &cli.IntFlag{
Name: "value",
Usage: "optionally specify the value to be sent with the invokation message",
Usage: "optionally specify the value to be sent with the invocation message",
},
},
Action: func(cctx *cli.Context) error {