diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2024-08-02 10:19:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 14:19:47 +0000 |
commit | e24aa6bbeca265454fea3592fc9fc18e6312556e (patch) | |
tree | e59d6765168cb439996afb103c6bdcb0c6707d2a /cli/tsc/dts/lib.deno.unstable.d.ts | |
parent | 0da81205d57e947e82aa02206f8ba6822c624ebc (diff) |
docs: category should be 'Subprocess', not 'Sub Process' (#24852)
Diffstat (limited to 'cli/tsc/dts/lib.deno.unstable.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.deno.unstable.d.ts | 4 |
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>( |