Skip to content

Commit f9d36cb

Browse files
Luntketargos
authored andcommitted
doc: fix typos in /doc/api/fs.md
PR-URL: #37557 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Pooja D P <[email protected]>
1 parent bbcc217 commit f9d36cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/fs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ added: v10.0.0
374374
-->
375375
376376
* `len` {integer} **Default:** `0`
377-
* Returns: {Promise} Fulfills with `undefined` upo nsuccess.
377+
* Returns: {Promise} Fulfills with `undefined` upon success.
378378
379379
Truncates the file.
380380
@@ -848,7 +848,7 @@ changes:
848848
**Default:** `'r'`.
849849
* `mode` {string|integer} Sets the file mode (permission and sticky bits)
850850
if the file is created. **Default:** `0o666` (readable and writable)
851-
* Returns: {Promise} Fullfils with a {FileHandle} object.
851+
* Returns: {Promise} Fulfills with a {FileHandle} object.
852852
853853
Opens a {FileHandle}.
854854
@@ -1002,7 +1002,7 @@ added: v10.0.0
10021002
* Returns: {Promise} Fulfills with the `linkString` upon success.
10031003
10041004
Reads the contents of the symbolic link referred to by `path`. See the POSIX
1005-
readlink(2) documentation for more etail. The promise is resolved with the
1005+
readlink(2) documentation for more detail. The promise is resolved with the
10061006
`linkString` upon success.
10071007
10081008
The optional `options` argument can be a string specifying an encoding, or an

0 commit comments

Comments
 (0)