diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index ec4e0a06a713565555e4e0ca50f3935892bbd2e5..aa22fc1c9cf56e90e4bb9cca4b6a73906f8e61e4 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -7,7 +7,7 @@ declare namespace Deno { /** The current process id of the runtime. */ export let pid: number; - /** Reflects the NO_COLOR environment variable. + /** Reflects the `NO_COLOR` environment variable. * * See: https://no-color.org/ */ export let noColor: boolean;