Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraetheryx <zainalih3c@gmail.com>2020-07-29 15:00:59 +0300
committerJames M Snell <jasnell@gmail.com>2020-08-07 18:37:27 +0300
commit0fd73696a5bc324adcddad6953ab8984b3d30937 (patch)
tree93ab087f25fe21c050887abf317624172488620c /doc/api/path.md
parent33060703cc214b4056718eaaf5738f8fc83130f7 (diff)
doc: fix typo in path.md
PR-URL: https://github.com/nodejs/node/pull/34550 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/path.md')
-rw-r--r--doc/api/path.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/path.md b/doc/api/path.md
index 14acbb1eb5f..caefc15e601 100644
--- a/doc/api/path.md
+++ b/doc/api/path.md
@@ -549,7 +549,7 @@ On Windows systems only, returns an equivalent [namespace-prefixed path][] for
the given `path`. If `path` is not a string, `path` will be returned without
modifications.
-This method is meaningful only on Windows system. On POSIX systems, the
+This method is meaningful only on Windows systems. On POSIX systems, the
method is non-operational and always returns `path` without modifications.
## `path.win32`