From d2fde8a363f1db9fd37b96b46260dcbf6c4d1b3e Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sun, 27 Sep 2020 10:49:41 -0700 Subject: doc: end sentences with a period in examples (#7722) --- docs/examples/subprocess.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/examples/subprocess.md') diff --git a/docs/examples/subprocess.md b/docs/examples/subprocess.md index fad6c71bf..137e7d6b4 100644 --- a/docs/examples/subprocess.md +++ b/docs/examples/subprocess.md @@ -3,13 +3,13 @@ ## Concepts - Deno is capable of spawning a subprocess via - [Deno.run](https://doc.deno.land/builtin/stable#Deno.run) -- `--allow-run` permission is required to spawn a subprocess -- Spawned subprocesses do not run in a security sandbox + [Deno.run](https://doc.deno.land/builtin/stable#Deno.run). +- `--allow-run` permission is required to spawn a subprocess. +- Spawned subprocesses do not run in a security sandbox. - Communicate with the subprocess via the [stdin](https://doc.deno.land/builtin/stable#Deno.stdin), [stdout](https://doc.deno.land/builtin/stable#Deno.stdout) and - [stderr](https://doc.deno.land/builtin/stable#Deno.stderr) streams + [stderr](https://doc.deno.land/builtin/stable#Deno.stderr) streams. ## Simple example -- cgit v1.2.3