From db1087c9757c31a82c50a1eba368d8cba95b57d0 Mon Sep 17 00:00:00 2001 From: Kalman Hazins Date: Tue, 13 Sep 2016 21:06:30 -0400 Subject: [PATCH] doc: fix typo in path doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/8527 Reviewed-By: Colin Ihrig Reviewed-By: Ilkka Myller Reviewed-By: James M Snell Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- doc/api/path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/path.md b/doc/api/path.md index e99d34f1e341b5..c1983592134430 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -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