Skip to content

Commit c3d236d

Browse files
tniessentargos
authored andcommitted
doc: fix "referred to" in fs docs
PR-URL: #37388 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent b569105 commit c3d236d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/fs.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ added: v10.0.0
998998
* `encoding` {string} **Default:** `'utf8'`
999999
* Returns: {Promise} Fulfills with the `linkString` upon success.
10001000
1001-
Reads the contents of the symbolic link refered to by `path`. See the POSIX
1001+
Reads the contents of the symbolic link referred to by `path`. See the POSIX
10021002
readlink(2) documentation for more etail. The promise is resolved with the
10031003
`linkString` upon success.
10041004
@@ -2459,7 +2459,7 @@ changes:
24592459
* `err` {Error}
24602460
* `stats` {fs.Stats}
24612461
2462-
Retrieves the {fs.Stats} for the symbolic link refered to by the path.
2462+
Retrieves the {fs.Stats} for the symbolic link referred to by the path.
24632463
The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats}
24642464
object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
24652465
link, then the link itself is stat-ed, not the file that it refers to.
@@ -2960,7 +2960,7 @@ changes:
29602960
* `err` {Error}
29612961
* `linkString` {string|Buffer}
29622962

2963-
Reads the contents of the symbolic link refered to by `path`. The callback gets
2963+
Reads the contents of the symbolic link referred to by `path`. The callback gets
29642964
two arguments `(err, linkString)`.
29652965

29662966
See the POSIX readlink(2) documentation for more details.
@@ -4403,7 +4403,7 @@ changes:
44034403
**Default:** `true`.
44044404
* Returns: {fs.Stats}
44054405
4406-
Retrieves the {fs.Stats} for the symbolic link refered to by `path`.
4406+
Retrieves the {fs.Stats} for the symbolic link referred to by `path`.
44074407
44084408
See the POSIX lstat(2) documentation for more details.
44094409

0 commit comments

Comments
 (0)