Skip to content

Commit 9f2431b

Browse files
author
James Halliday
committed
Merge pull request #83 from jameswomack/comment_typo
(typo) Change againt to against
2 parents 38d451c + 7b6843c commit 9f2431b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node-modules-paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function (start, opts) {
1414
var splitRe = process.platform === 'win32' ? /[\/\\]/ : /\/+/;
1515

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

2020
var parts = start.split(splitRe);

0 commit comments

Comments
 (0)