From ed53ca312515311ce315977d9aee97b3c3293abb Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Tue, 18 Apr 2017 11:37:16 -0400 Subject: [PATCH] Fix typo: definently -> definitely (#3173) --- src/cli/commands/pack.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/commands/pack.js b/src/cli/commands/pack.js index 6bb2cec991..e08889a2b9 100644 --- a/src/cli/commands/pack.js +++ b/src/cli/commands/pack.js @@ -113,10 +113,10 @@ export async function pack(config: Config, dir: string): Promise } } - // files to definently keep, takes precedence over ignore filter + // files to definitely keep, takes precedence over ignore filter const keepFiles: Set = new Set(); - // files to definently ignore + // files to definitely ignore const ignoredFiles: Set = new Set(); // list of files that didn't match any of our patterns, if a directory in the chain above was matched