Skip to content

Commit 9db19a0

Browse files
authored
chore: Fix typo in get-synchrony-params (#2688)
1 parent e32ddca commit 9db19a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/x/blocktime/client/cli/query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func CmdQueryPreviousBlockInfo() *cobra.Command {
100100

101101
func CmdQuerySynchronyParams() *cobra.Command {
102102
cmd := &cobra.Command{
103-
Use: "sychrony-params",
103+
Use: "synchrony-params",
104104
Short: "get synchrony params",
105105
RunE: func(cmd *cobra.Command, args []string) (err error) {
106106
clientCtx := client.GetClientContextFromCmd(cmd)

0 commit comments

Comments
 (0)