Skip to content

Commit ba4d68c

Browse files
cjihrigTrott
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 c6822be commit ba4d68c

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
@@ -4680,7 +4680,7 @@ added: v10.0.0
46804680
-->
46814681

46824682
* `path` {string|Buffer|URL}
4683-
* `mode` {integer}
4683+
* `mode` {string|integer}
46844684
* Returns: {Promise}
46854685

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

0 commit comments

Comments
 (0)