Skip to content

Commit 99785e4

Browse files
amilajackruyadorno
authored andcommitted
doc: fix minor punctuation issue in path.md
PR-URL: #35127 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 12f2934 commit 99785e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/path.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ For instance, given the sequence of path segments: `/foo`, `/bar`, `baz`,
495495
calling `path.resolve('/foo', '/bar', 'baz')` would return `/bar/baz`
496496
because `'baz'` is not an absolute path but `'/bar' + '/' + 'baz'` is.
497497

498-
If after processing all given `path` segments an absolute path has not yet
498+
If, after processing all given `path` segments, an absolute path has not yet
499499
been generated, the current working directory is used.
500500

501501
The resulting path is normalized and trailing slashes are removed unless the

0 commit comments

Comments
 (0)