Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Child Process Typo #573

Closed
CreatCodeBuild opened this issue Mar 13, 2016 · 1 comment
Closed

Child Process Typo #573

CreatCodeBuild opened this issue Mar 13, 2016 · 1 comment
Assignees

Comments

@CreatCodeBuild
Copy link

The third paragraph:
The child_process.spawn() method spawns the child process asynchronously, without blocking the Node.js event loop. The child_process.spawnSync() function provides equivalent functionality in a synchronous manner that blocks the event loop until the spawned process either exits of is terminated.

The last phrase has a typo: 'exits of is terminated' should be 'exits or is terminated'

@benjamingr
Copy link
Member

Thanks for the report :)
Made a pull request, assuming all is well will be merged soon.

@benjamingr benjamingr self-assigned this Mar 13, 2016
benjamingr added a commit to nodejs/node that referenced this issue Mar 13, 2016
Fixes a typo in the child process docs.
Fixes: nodejs/nodejs.org#573

PR-URL: #5681

Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
evanlucas pushed a commit to nodejs/node that referenced this issue Mar 14, 2016
Fixes a typo in the child process docs.
Fixes: nodejs/nodejs.org#573

PR-URL: #5681

Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
rvagg pushed a commit to nodejs/node that referenced this issue Mar 16, 2016
Fixes a typo in the child process docs.
Fixes: nodejs/nodejs.org#573

PR-URL: #5681

Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
MylesBorins pushed a commit to nodejs/node that referenced this issue Mar 17, 2016
Fixes a typo in the child process docs.
Fixes: nodejs/nodejs.org#573

PR-URL: #5681

Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
MylesBorins pushed a commit to nodejs/node that referenced this issue Mar 21, 2016
Fixes a typo in the child process docs.
Fixes: nodejs/nodejs.org#573

PR-URL: #5681

Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
MylesBorins pushed a commit to nodejs/node that referenced this issue Mar 21, 2016
Fixes a typo in the child process docs.
Fixes: nodejs/nodejs.org#573

PR-URL: #5681

Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants