From bec384c213225183b73f95707fc9a4949217ea48 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 3 Jul 2026 21:02:50 +0900 Subject: [PATCH] fix: fix a typo in the help message for the powershell autocompletion --- completion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion.go b/completion.go index f14b01430a..b78dc385fd 100644 --- a/completion.go +++ b/completion.go @@ -59,7 +59,7 @@ source <($COMMAND completion zsh) $COMMAND completion fish > ~/.config/fish/completions/$COMMAND.fish # Powershell -Output the script to path/to/autocomplete/$COMMAND.ps1 an run it. +Output the script to path/to/autocomplete/$COMMAND.ps1 and run it. ` func buildCompletionCommand(appName string) *Command {