doc: fix typo in `test/common/README.md` · nodejs/node@cff3725

Original file line numberDiff line numberDiff line change

@@ -14,7 +14,7 @@ several other tasks:

1414

don't accidentally pollute the global namespace.

1515
1616

* Some tests assume a default umask of `0o022`. To enforce this assumption,

17-

the common module sets the unmask at startup. Tests that require a

17+

the common module sets the umask at startup. Tests that require a

1818

different umask can override this setting after loading the module.

1919
2020

* Some tests specify runtime flags (example, `--expose-internals`) via a