Skip to content

Commit

Permalink
(typo) Change againt to against
Browse files Browse the repository at this point in the history
  • Loading branch information
James Womack committed Aug 6, 2015
1 parent 38d451c commit 7b6843c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node-modules-paths.js
Expand Up @@ -14,7 +14,7 @@ module.exports = function (start, opts) {
var splitRe = process.platform === 'win32' ? /[\/\\]/ : /\/+/;

// ensure that `start` is an absolute path at this point,
// resolving againt the process' current working directory
// resolving against the process' current working directory
start = path.resolve(start);

var parts = start.split(splitRe);
Expand Down

0 comments on commit 7b6843c

Please sign in to comment.