File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ the HackerOne platform. See <https://hackerone.com/nodejs> for further details.
2323## Reporting a Bug in a third party module
2424
2525Security bugs in third party modules should be reported to their respective
26- maintainers and should also be coordinated through the Node Ecosystem Security
27- Team via [ HackerOne] ( https://hackerone.com/nodejs-ecosystem ) .
26+ maintainers and should also be coordinated through the Node.js Ecosystem
27+ Security Team via [ HackerOne] ( https://hackerone.com/nodejs-ecosystem ) .
2828
2929Details regarding this process can be found in the
3030[ Security Working Group repository] ( https://github.com/nodejs/security-wg/blob/master/processes/third_party_vuln_process.md ) .
Original file line number Diff line number Diff line change 5555 * OK: JavaScript, Google's V8
5656 <!-- lint disable prohibited-strings remark-lint-->
5757 * NOT OK: Javascript, Google's v8
58- <!-- lint enable prohibited-strings remark-lint-->
5958
6059* Use _ Node.js_ and not _ Node_ , _ NodeJS_ , or similar variants.
60+ <!-- lint enable prohibited-strings remark-lint-->
6161 * When referring to the executable, _ ` node ` _ is acceptable.
6262
6363See also API documentation structure overview in [ doctools README] [ ] .
Original file line number Diff line number Diff line change @@ -3473,10 +3473,10 @@ completion callback.
34733473
34743474The ` type ` argument is only available on Windows and ignored on other platforms.
34753475It can be set to ` 'dir' ` , ` 'file' ` , or ` 'junction' ` . If the ` type ` argument is
3476- not set, Node will autodetect ` target ` type and use ` 'file' ` or ` 'dir' ` . If the
3477- ` target ` does not exist, ` 'file' ` will be used. Windows junction points require
3478- the destination path to be absolute. When using ` 'junction' ` , the ` target `
3479- argument will automatically be normalized to absolute path.
3476+ not set, Node.js will autodetect ` target ` type and use ` 'file' ` or ` 'dir' ` . If
3477+ the ` target ` does not exist, ` 'file' ` will be used. Windows junction points
3478+ require the destination path to be absolute. When using ` 'junction' ` , the
3479+ ` target ` argument will automatically be normalized to absolute path.
34803480
34813481Relative targets are relative to the link’s parent directory.
34823482
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ In case of doubt, open an issue in the
4949Node.js has two IRC channels:
5050[ #Node.js] ( https://webchat.freenode.net/?channels=node.js ) for general help and
5151questions, and
52- [ #Node -dev] ( https://webchat.freenode.net/?channels=node-dev ) for development of
52+ [ #node -dev] ( https://webchat.freenode.net/?channels=node-dev ) for development of
5353Node.js core specifically.
5454
5555## Setting up your local environment
You can’t perform that action at this time.
0 commit comments