Skip to content

Commit

Permalink
Merge pull request #46 from MaxweLL22-22/fix-typo
Browse files Browse the repository at this point in the history
module.mdx
  • Loading branch information
chicrock authored Feb 3, 2025
2 parents d79c47c + 312eaae commit a88fcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/mintstation/module.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit a88fcad

Please sign in to comment.