From 93f9f8e03c1f0927cbc183f2054f32f69c1b3f9a Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Thu, 22 Apr 2021 19:44:10 +1200 Subject: [PATCH] Update index.d.ts --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index f0a3062..6f7ff2e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -223,7 +223,7 @@ export interface ChalkInstance extends ChalkFunction { readonly bold: this; /** - Modifier: Darken the text slightly. (Inconsistent across emulators; might do nothing) + Modifier: Make text slightly darker. (Inconsistent across terminals; might do nothing) */ readonly dim: this;