Skip to content

Commit 54cbbae

Browse files
cjihrigtargos
authored andcommitted
doc: update parameter type for fsPromises.chmod()
This was overlooked in #31085. PR-URL: #31115 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent dc8c955 commit 54cbbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4654,7 +4654,7 @@ added: v10.0.0
46544654
-->
46554655

46564656
* `path` {string|Buffer|URL}
4657-
* `mode` {integer}
4657+
* `mode` {string|integer}
46584658
* Returns: {Promise}
46594659

46604660
Changes the permissions of a file then resolves the `Promise` with no

0 commit comments

Comments
 (0)