doc: fix typo in test/common/README.md

Corrects the misspelling of "unmask" to "umask"

PR-URL: https://github.com/nodejs/node/pull/59180
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Yoo 2025-07-29 06:58:59 +09:00 committed by GitHub
parent fb9e9f1e31
commit 0eeccd281c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ several other tasks:
don't accidentally pollute the global namespace.
* Some tests assume a default umask of `0o022`. To enforce this assumption,
the common module sets the unmask at startup. Tests that require a
the common module sets the umask at startup. Tests that require a
different umask can override this setting after loading the module.
* Some tests specify runtime flags (example, `--expose-internals`) via a