diff --git a/index.d.ts b/index.d.ts index d69dc1d..f0a3062 100644 --- a/index.d.ts +++ b/index.d.ts @@ -223,7 +223,7 @@ export interface ChalkInstance extends ChalkFunction { readonly bold: this; /** - Modifier: Make text lower opacity. + Modifier: Darken the text slightly. (Inconsistent across emulators; might do nothing) */ readonly dim: this;