From 0b44d0d601c884f691893027ccbd0de6ebd21464 Mon Sep 17 00:00:00 2001 From: Mihnea Dobrescu-Balaur Date: Wed, 4 Jun 2025 16:58:23 +0300 Subject: [PATCH] Fix capitalization for UNIX in normalizePath comment --- lib/directory-tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/directory-tree.js b/lib/directory-tree.js index 7fa1889..78101a5 100644 --- a/lib/directory-tree.js +++ b/lib/directory-tree.js @@ -22,7 +22,7 @@ function safeReadDirSync (path) { } /** - * Normalizes windows style paths by replacing double backslahes with single forward slahes (unix style). + * Normalizes Windows style paths by replacing double backslashes with single forward slashes (UNIX style). * @param {string} path * @return {string} */