Skip to content

Commit c799793

Browse files
YutamaKotaroMylesBorins
authored andcommitted
doc: fix typo about cluster doc, (eg. -> e.g.)
Fixes: nodejs/code-and-learn#58 PR-URL: #9568 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
1 parent 229fa69 commit c799793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ added: v0.11.2
144144
-->
145145

146146
* `code` {Number} the exit code, if it exited normally.
147-
* `signal` {String} the name of the signal (eg. `'SIGHUP'`) that caused
147+
* `signal` {String} the name of the signal (e.g. `'SIGHUP'`) that caused
148148
the process to be killed.
149149

150150
Similar to the `cluster.on('exit')` event, but specific to this worker.
@@ -466,7 +466,7 @@ added: v0.7.9
466466

467467
* `worker` {cluster.Worker}
468468
* `code` {Number} the exit code, if it exited normally.
469-
* `signal` {String} the name of the signal (eg. `'SIGHUP'`) that caused
469+
* `signal` {String} the name of the signal (e.g. `'SIGHUP'`) that caused
470470
the process to be killed.
471471

472472
When any of the workers die the cluster module will emit the `'exit'` event.

0 commit comments

Comments
 (0)