diff --git a/lib/path.js b/lib/path.js index 21bed936cadf70..fd95361dd02842 100644 --- a/lib/path.js +++ b/lib/path.js @@ -485,7 +485,7 @@ const win32 = { }, /** - * It will solve the relative path from `from` to `to`, for instancee + * It will solve the relative path from `from` to `to`, for instance * from = 'C:\\orandea\\test\\aaa' * to = 'C:\\orandea\\impl\\bbb' * The output of the function should be: '..\\..\\impl\\bbb'