Skip to content

Commit 0b44d0d

Browse files
committed
Fix capitalization for UNIX in normalizePath comment
1 parent 248bc55 commit 0b44d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/directory-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function safeReadDirSync (path) {
2222
}
2323

2424
/**
25-
* Normalizes windows style paths by replacing double backslahes with single forward slahes (unix style).
25+
* Normalizes Windows style paths by replacing double backslashes with single forward slashes (UNIX style).
2626
* @param {string} path
2727
* @return {string}
2828
*/

0 commit comments

Comments
 (0)