Skip to content

Commit

Permalink
doc: minor clarification to pathObject
Browse files Browse the repository at this point in the history
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #36582

PR-URL: #38437
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
jasnell authored and targos committed Jun 11, 2021
1 parent ba117c2 commit cd54834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/path.md
Expand Up @@ -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}
Expand Down

0 comments on commit cd54834

Please sign in to comment.