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;