Skip to content

Commit f1c21cd

Browse files
committed
lib: fix a comment typo in path
1 parent eaa3692 commit f1c21cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ const win32 = {
485485
},
486486

487487
/**
488-
* It will solve the relative path from `from` to `to`, for instancee
488+
* It will solve the relative path from `from` to `to`, for instance
489489
* from = 'C:\\orandea\\test\\aaa'
490490
* to = 'C:\\orandea\\impl\\bbb'
491491
* The output of the function should be: '..\\..\\impl\\bbb'

0 commit comments

Comments
 (0)