diff --git a/doc/api/process.md b/doc/api/process.md index b5945cd80aebe9..64678a45aa4b44 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2297,7 +2297,7 @@ flag's behavior. added: v0.1.19 --> -* `mask` {number} +* `mask` {string|integer} The `process.umask()` method sets or returns the Node.js process's file mode creation mask. Child processes inherit the mask from the parent process. Invoked