doc: Remove reference to io.js#35618
doc: Remove reference to io.js#35618hexxdump wants to merge 1 commit intonodejs:masterfrom hexxdump:master
Conversation
|
Please review |
doc/api/process.md
Outdated
There was a problem hiding this comment.
| * `name` {string} A value that will always be `'node'` for Node.js. | |
| * `name` {string} A value that will always be `'node'`. |
|
@Trott @gireeshpunathil @antsmartian @evanlucas, can these changes be merged now ? |
Signed-off-by: Hussaina Begum Nandyala <hexxdump@gmail.com>
|
@gireeshpunathil, incorporated the changes suggested by @Trott |
Signed-off-by: Hussaina Begum Nandyala <hexxdump@gmail.com> PR-URL: #35618 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
|
landed in 4079bfd . thanks for the contribution! |
|
Thanks @gireeshpunathil, Its a very small change, I'm just getting started with OSS as part of Hacktoberfest. Will it be possible to mark this issue with 'hacktoberfest' label? |
|
I don't see that label anymore! @Trott - do you know? |
|
To my knowledge, only https://github.com/nodejs/docker-node and https://github.com/nodejs/nodejs.dev are participating in Hacktoberfest. No other nodejs repos are participating (as far as I am aware). |
No issues @Trott. I submitted another PR for Hactoberfest. Happy to see my first tiny commit in nodejs. |
Signed-off-by: Hussaina Begum Nandyala <hexxdump@gmail.com> PR-URL: #35618 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Signed-off-by: Hussaina Begum Nandyala <hexxdump@gmail.com> PR-URL: nodejs#35618 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
doc: Remove reference to io.js
io.js is outdated, hence removed reference to it from docs.
Fixes:#35580
Signed-off-by: Hussaina Begum Nandyala hexxdump@gmail.com
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes