diff --git a/cli/server/server.go b/cli/server/server.go index 711906f0..801e31f4 100644 --- a/cli/server/server.go +++ b/cli/server/server.go @@ -4,7 +4,7 @@ import ( "github.com/urfave/cli/v2" ) -// ServerCommand defines the `abra server` command and ets subcommands +// ServerCommand defines the `abra server` command and its subcommands var ServerCommand = &cli.Command{ Name: "server", ArgsUsage: "",