Skip to content

Commit e4c8c50

Browse files
Luntkedanielleadams
authored andcommitted
doc: fix typos in /doc/api/fs.md
PR-URL: #37557 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
1 parent f7edb07 commit e4c8c50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/fs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ added: v10.0.0
382382
-->
383383
384384
* `len` {integer} **Default:** `0`
385-
* Returns: {Promise} Fulfills with `undefined` upo nsuccess.
385+
* Returns: {Promise} Fulfills with `undefined` upon success.
386386
387387
Truncates the file.
388388
@@ -847,7 +847,7 @@ changes:
847847
**Default:** `'r'`.
848848
* `mode` {string|integer} Sets the file mode (permission and sticky bits)
849849
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.
851851
852852
Opens a {FileHandle}.
853853
@@ -1001,7 +1001,7 @@ added: v10.0.0
10011001
* Returns: {Promise} Fulfills with the `linkString` upon success.
10021002
10031003
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
10051005
`linkString` upon success.
10061006
10071007
The optional `options` argument can be a string specifying an encoding, or an

0 commit comments

Comments
 (0)