We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8af63 commit 03f334cCopy full SHA for 03f334c
runtime/reference/cli/task.md
@@ -109,9 +109,9 @@ Task serve deno run -RN server.ts
109
Listening on http://localhost:8000/
110
```
111
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.
+Dependency tasks are executed in parallel, with the default parallel limit being
+equal to number of cores on your machine. To change this limit, use the
+`DENO_JOBS` environmental variable.
115
116
Dependencies are tracked and if multiple tasks depend on the same task, that
117
task will only be run once:
0 commit comments