diff --git a/index.d.ts b/index.d.ts index fa8cbca..6de7cc7 100644 --- a/index.d.ts +++ b/index.d.ts @@ -230,7 +230,7 @@ export interface Chalk { readonly hidden: this; /** - * Modifier: https://en.wikipedia.org/wiki/Strikethrough + * Modifier: Puts a horizontal line through the center of the text. (Not widely supported) */ readonly strikethrough: this;