Skip to content

Commit 534d261

Browse files
authored
Merge pull request #132 from mihneadb/codex/fix-typos-in-normalizepath-documentation
Fix comment typos in normalizePath doc
2 parents 33588a9 + 99854e8 commit 534d261

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)