From 9c8fff08c1befe4f1c0798bc08532d476d84f920 Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Mon, 2 Mar 2020 01:00:24 +0900 Subject: [PATCH] fish_npm_helper: fix typo in comments --- share/functions/fish_npm_helper.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/fish_npm_helper.fish b/share/functions/fish_npm_helper.fish index e822db602..146375da7 100644 --- a/share/functions/fish_npm_helper.fish +++ b/share/functions/fish_npm_helper.fish @@ -1,4 +1,4 @@ -# This file is explicitly sourced by the npm and fish completions +# This file is explicitly sourced by the npm and yarn completions # It is used to enumerate entries from the npm registry, interact with a locally installed # package.json file, and more. # Other completions that would depend on this include jspm, pnpm, etc.