Skip to content

Commit 03f334c

Browse files
dandvthisisjofrank
andauthored
Fix typos around parallel dependency execution in task.md (#1294)
Co-authored-by: Jo Franchetti <jofranchetti@gmail.com>
1 parent de8af63 commit 03f334c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/reference/cli/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ Task serve deno run -RN server.ts
109109
Listening on http://localhost:8000/
110110
```
111111

112-
Dependency tasks are in parallel, with the default parallel limit being equal to
113-
number of cores on your machine. To change this limit use `DENO_JOBS`
114-
environmental variable.
112+
Dependency tasks are executed in parallel, with the default parallel limit being
113+
equal to number of cores on your machine. To change this limit, use the
114+
`DENO_JOBS` environmental variable.
115115

116116
Dependencies are tracked and if multiple tasks depend on the same task, that
117117
task will only be run once:

0 commit comments

Comments
 (0)