From 54cbbae66e43df951ef4d2e0c685f8fa0b6ea2f3 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 27 Dec 2019 10:09:35 -0500 Subject: [PATCH] doc: update parameter type for fsPromises.chmod() This was overlooked in https://github.com/nodejs/node/pull/31085. PR-URL: https://github.com/nodejs/node/pull/31115 Reviewed-By: Ruben Bridgewater Reviewed-By: Rich Trott Reviewed-By: David Carlier Reviewed-By: Luigi Pinca --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 6099af41168996..345d0225ee4d0b 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4654,7 +4654,7 @@ added: v10.0.0 --> * `path` {string|Buffer|URL} -* `mode` {integer} +* `mode` {string|integer} * Returns: {Promise} Changes the permissions of a file then resolves the `Promise` with no