diff options
| author | Lin <56944601+LinPr@users.noreply.github.com> | 2024-10-17 16:01:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-17 10:01:07 +0200 |
| commit | 067558da9274986d326533daca047bbcb01f2451 (patch) | |
| tree | 717b5f803a23b3235c3a0352e74fcbd8d09c56b0 /plugins | |
| parent | 8da75e390bbe3b64f01fa643cfab815a20bc48f6 (diff) | |
| download | zsh-067558da9274986d326533daca047bbcb01f2451.tar.gz zsh-067558da9274986d326533daca047bbcb01f2451.tar.bz2 zsh-067558da9274986d326533daca047bbcb01f2451.zip | |
docs(volta): fix typo (#12765)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/volta/volta.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/volta/volta.plugin.zsh b/plugins/volta/volta.plugin.zsh index ab05ed5df..173b9c871 100644 --- a/plugins/volta/volta.plugin.zsh +++ b/plugins/volta/volta.plugin.zsh @@ -4,7 +4,7 @@ if (( ! $+commands[volta] )); then fi # If the completion file doesn't exist yet, we need to autoload it and -# bind it to `deno`. Otherwise, compinit will have already done that. +# bind it to `volta`. Otherwise, compinit will have already done that. if [[ ! -f "$ZSH_CACHE_DIR/completions/_volta" ]]; then typeset -g -A _comps autoload -Uz _volta |
