diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 506aeef16d6a7..fe3168fb9cc2a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -184,7 +184,7 @@ jobs: # Check for any typos - name: Check for typos - uses: crate-ci/typos@v1.24.1 + uses: crate-ci/typos@v1.24.3 with: config: .github/workflows/typos.toml diff --git a/cli/root.go b/cli/root.go index da7e48f2feae4..4d3b0e5a85fd6 100644 --- a/cli/root.go +++ b/cli/root.go @@ -256,7 +256,7 @@ func (r *RootCmd) Command(subcommands []*serpent.Command) (*serpent.Command, err cmd.Use = fmt.Sprintf("%s %s %s", tokens[0], flags, tokens[1]) }) - // Add alises when appropriate. + // Add aliases when appropriate. cmd.Walk(func(cmd *serpent.Command) { // TODO: we should really be consistent about naming. if cmd.Name() == "delete" || cmd.Name() == "remove" {