@@ -998,7 +998,7 @@ added: v10.0.0
998
998
* `encoding` {string} **Default:** `'utf8'`
999
999
* Returns: {Promise} Fulfills with the `linkString` upon success.
1000
1000
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
1002
1002
readlink(2) documentation for more etail. The promise is resolved with the
1003
1003
`linkString` upon success.
1004
1004
@@ -2459,7 +2459,7 @@ changes:
2459
2459
* `err` {Error}
2460
2460
* `stats` {fs.Stats}
2461
2461
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.
2463
2463
The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats}
2464
2464
object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
2465
2465
link, then the link itself is stat-ed, not the file that it refers to.
@@ -2960,7 +2960,7 @@ changes:
2960
2960
* ` err` {Error }
2961
2961
* ` linkString` {string| Buffer}
2962
2962
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
2964
2964
two arguments ` (err, linkString)` .
2965
2965
2966
2966
See the POSIX readlink (2 ) documentation for more details.
@@ -4403,7 +4403,7 @@ changes:
4403
4403
**Default:** ` true ` .
4404
4404
* Returns: {fs.Stats}
4405
4405
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` .
4407
4407
4408
4408
See the POSIX lstat(2) documentation for more details.
4409
4409
0 commit comments