浏览代码

docs(volta): fix typo (#12765)

Lin 1 月之前
父节点
当前提交
067558da92
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/volta/volta.plugin.zsh

+ 1 - 1
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