Skip to content

Commit

Permalink
lib: fix a comment typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriyosh committed Nov 12, 2021
1 parent eaa3692 commit f1c21cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f1c21cd

Please sign in to comment.