@@ -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
10021002readlink(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.
24632463The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats}
24642464object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
24652465link, 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
29642964two arguments ` (err, linkString)` .
29652965
29662966See 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
44084408See the POSIX lstat(2) documentation for more details.
44094409
0 commit comments