Skip to content

Commit 80f72ad

Browse files
committed
Final amends
1 parent bfe611d commit 80f72ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

child-processes/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,10 @@ These processes all accept an optional options object that allow us to control t
187187

188188
Parents `spawm`, `fork` or `exec` child processes, and communicate via events or pipes.
189189

190-
Take me to [cheat sheet]({{ "/cheatsheet/#child-process" | url }})
190+
Take me to [cheat sheet]({{ "/cheatsheet/#child-process" | url }}).
191191

192192
## Exercise
193193

194194
Create a child process for doing some manipulation of a file or URL, and build a parent process that controls a number of these processes in parallel.
195+
196+
_No ideal solution as yet, but we would love to see a PR with one._

0 commit comments

Comments
 (0)