diff --git a/pages/mintstation/module.mdx b/pages/mintstation/module.mdx index 64f787a3..67773776 100644 --- a/pages/mintstation/module.mdx +++ b/pages/mintstation/module.mdx @@ -478,7 +478,7 @@ import ( "github.com/cosmostation/mintstation/x/greet/types" "github.com/spf13/cobra" ) -// this is the parent query command for the greet module everytime we add a new command we will register it here +// this is the parent query command for the greet module every time we add a new command we will register it here func GetQueryCmd(queryRoute string) *cobra.Command { // Group todos queries under a subcommand cmd := &cobra.Command{