From cd548348542563159e96b5d8e6768a5a5abfd565 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 27 Apr 2021 08:20:34 -0700 Subject: [PATCH] doc: minor clarification to pathObject Signed-off-by: James M Snell Fixes: https://github.com/nodejs/node/issues/36582 PR-URL: https://github.com/nodejs/node/pull/38437 Reviewed-By: Antoine du Hamel Reviewed-By: Anna Henningsen --- 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 c26a98e59c9d6d..b2339628bc310a 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -203,7 +203,7 @@ A [`TypeError`][] is thrown if `path` is not a string. added: v0.11.15 --> -* `pathObject` {Object} +* `pathObject` {Object} Any JavaScript object having the following properties: * `dir` {string} * `root` {string} * `base` {string}