Skip to content

Commit

Permalink
doc: fix typo in path doc
Browse files Browse the repository at this point in the history
PR-URL: #8527
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
kalmanh authored and lpinca committed Sep 18, 2016
1 parent 84afdc3 commit db1087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/path.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ added: v0.1.16

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

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

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

0 comments on commit db1087c

Please sign in to comment.