docs: fix typo

This commit is contained in:
decentral1se 2021-08-02 22:03:53 +02:00
parent 444ac52476
commit 102f4e22b5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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: "<host>",