diff --git a/doc/api/path.md b/doc/api/path.md index df65616b6c4e94..f284c500595571 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -57,6 +57,10 @@ path.posix.basename('/tmp/myfile.html'); ## path.basename(path[, ext]) * `path` {String} @@ -114,6 +118,10 @@ process.env.PATH.split(path.delimiter) ## path.dirname(path) * `path` {String} @@ -134,6 +142,10 @@ A [`TypeError`][] is thrown if `path` is not a string. ## path.extname(path) * `path` {String} @@ -408,6 +420,11 @@ of the `path` methods. ## path.relative(from, to) * `from` {String}