From 155f71400a83416e010faa617cfc16d2f8056f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E5=AE=9A=E8=B0=94=E7=9A=84=E7=8C=AB?= Date: Mon, 23 Oct 2017 12:44:50 +0800 Subject: [PATCH] Chore: fix a small misspelling. (#95) --- lib/util/get-npmignore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/get-npmignore.js b/lib/util/get-npmignore.js index d8c42e24..121f1ce9 100644 --- a/lib/util/get-npmignore.js +++ b/lib/util/get-npmignore.js @@ -136,7 +136,7 @@ function parseNpmignore(basedir, filesFieldExists) { //------------------------------------------------------------------------------ /** - * Gets an object to check whther or not a given path should be ignored. + * Gets an object to check whether or not a given path should be ignored. * The object is created from: * * - `files` field of `package.json`