From e24aa6bbeca265454fea3592fc9fc18e6312556e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 2 Aug 2024 10:19:47 -0400 Subject: docs: category should be 'Subprocess', not 'Sub Process' (#24852) --- cli/tsc/dts/lib.deno.unstable.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tsc/dts/lib.deno.unstable.d.ts') 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( -- cgit v1.2.3