Skip to content

Commit 4843062

Browse files
ci: bump crate-ci/typos from 1.24.1 to 1.24.3 in the github-actions group (coder#14521)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Atif Ali <atif@coder.com>
1 parent c74fed1 commit 4843062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
185185
# Check for any typos
186186
- name: Check for typos
187-
uses: crate-ci/typos@v1.24.1
187+
uses: crate-ci/typos@v1.24.3
188188
with:
189189
config: .github/workflows/typos.toml
190190

cli/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func (r *RootCmd) Command(subcommands []*serpent.Command) (*serpent.Command, err
256256
cmd.Use = fmt.Sprintf("%s %s %s", tokens[0], flags, tokens[1])
257257
})
258258

259-
// Add alises when appropriate.
259+
// Add aliases when appropriate.
260260
cmd.Walk(func(cmd *serpent.Command) {
261261
// TODO: we should really be consistent about naming.
262262
if cmd.Name() == "delete" || cmd.Name() == "remove" {

0 commit comments

Comments
 (0)