Affected URL(s)
https://nodejs.org/api/modules.html#all-together
Description of the problem
The following part at the linked page:

Can mean 2 things:
- Sets
Y as the file system root, so at step 3 Y means the same location as ./ .
- Sets the file system root as a value of
Y .
The 2.a. should be replaced with 1 of:
set `Y` to the file system root
set the file system root as a value of `Y`
- other