summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/dts/lib.deno.unstable.d.ts')
-rw-r--r--cli/tsc/dts/lib.deno.unstable.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts
index e940bfca9..747ce5a7f 100644
--- a/cli/tsc/dts/lib.deno.unstable.d.ts
+++ b/cli/tsc/dts/lib.deno.unstable.d.ts
@@ -856,7 +856,7 @@ declare namespace Deno {
*
* These are unstable options which can be used with {@linkcode Deno.run}.
*
- * @category Sub Process
+ * @category Subprocess
* @experimental
*/
export interface UnstableRunOptions extends RunOptions {
@@ -919,7 +919,7 @@ declare namespace Deno {
* Requires `allow-run` permission.
*
* @tags allow-run
- * @category Sub Process
+ * @category Subprocess
* @experimental
*/
export function run<T extends UnstableRunOptions = UnstableRunOptions>(