Skip to content

Commit

Permalink
Fix typo: definently -> definitely (#3173)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier authored and arcanis committed Apr 18, 2017
1 parent f68c101 commit ed53ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/commands/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ export async function pack(config: Config, dir: string): Promise<stream$Duplex>
}
}

// files to definently keep, takes precedence over ignore filter
// files to definitely keep, takes precedence over ignore filter
const keepFiles: Set<string> = new Set();

// files to definently ignore
// files to definitely ignore
const ignoredFiles: Set<string> = new Set();

// list of files that didn't match any of our patterns, if a directory in the chain above was matched
Expand Down

0 comments on commit ed53ca3

Please sign in to comment.