| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f7edb07 commit e4c8c50
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -382,7 +382,7 @@ added: v10.0.0 | |||
| 382 | 382 | --> | |
| 383 | 383 | ||
| 384 | 384 | * `len` {integer} **Default:** `0` | |
| 385 | - * Returns: {Promise} Fulfills with `undefined` upo nsuccess. | ||
| 385 | + * Returns: {Promise} Fulfills with `undefined` upon success. | ||
| 386 | 386 | ||
| 387 | 387 | Truncates the file. | |
| 388 | 388 | ||
@@ -847,7 +847,7 @@ changes: | |||
| 847 | 847 | **Default:** `'r'`. | |
| 848 | 848 | * `mode` {string|integer} Sets the file mode (permission and sticky bits) | |
| 849 | 849 | if the file is created. **Default:** `0o666` (readable and writable) | |
| 850 | - * Returns: {Promise} Fullfils with a {FileHandle} object. | ||
| 850 | + * Returns: {Promise} Fulfills with a {FileHandle} object. | ||
| 851 | 851 | ||
| 852 | 852 | Opens a {FileHandle}. | |
| 853 | 853 | ||
@@ -1001,7 +1001,7 @@ added: v10.0.0 | |||
| 1001 | 1001 | * Returns: {Promise} Fulfills with the `linkString` upon success. | |
| 1002 | 1002 | ||
| 1003 | 1003 | Reads the contents of the symbolic link referred to by `path`. See the POSIX | |
| 1004 | - readlink(2) documentation for more etail. The promise is resolved with the | ||
| 1004 | + readlink(2) documentation for more detail. The promise is resolved with the | ||
| 1005 | 1005 | `linkString` upon success. | |
| 1006 | 1006 | ||
| 1007 | 1007 | The optional `options` argument can be a string specifying an encoding, or an | |
| Back | FazBrowse Home | New Git URL |
0 commit comments