| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3b9fa24 commit 67ac6b3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -999,7 +999,7 @@ added: v10.0.0 | |||
| 999 | 999 | * `encoding` {string} **Default:** `'utf8'` | |
| 1000 | 1000 | * Returns: {Promise} Fulfills with the `linkString` upon success. | |
| 1001 | 1001 | ||
| 1002 | - Reads the contents of the symbolic link refered to by `path`. See the POSIX | ||
| 1002 | + Reads the contents of the symbolic link referred to by `path`. See the POSIX | ||
| 1003 | 1003 | readlink(2) documentation for more etail. The promise is resolved with the | |
| 1004 | 1004 | `linkString` upon success. | |
| 1005 | 1005 | ||
@@ -2456,7 +2456,7 @@ changes: | |||
| 2456 | 2456 | * `err` {Error} | |
| 2457 | 2457 | * `stats` {fs.Stats} | |
| 2458 | 2458 | ||
| 2459 | - Retrieves the {fs.Stats} for the symbolic link refered to by the path. | ||
| 2459 | + Retrieves the {fs.Stats} for the symbolic link referred to by the path. | ||
| 2460 | 2460 | The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats} | |
| 2461 | 2461 | object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic | |
| 2462 | 2462 | 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments