diff --git a/doc/api/process.md b/doc/api/process.md index c9f514d5d58336..f5d81878cfe4d3 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