Skip to content

Commit db1087c

Browse files
kalmanhlpinca
authored andcommitted
doc: fix typo in path doc
PR-URL: #8527 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ilkka Myller <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 84afdc3 commit db1087c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/path.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ added: v0.1.16
279279

280280
* `...paths` {String} A sequence of path segments
281281

282-
The `path.join()` method join all given `path` segments together using the
282+
The `path.join()` method joins all given `path` segments together using the
283283
platform specific separator as a delimiter, then normalizes the resulting path.
284284

285285
Zero-length `path` segments are ignored. If the joined path string is a

0 commit comments

Comments
 (0)