From dcff3571dc2bc844dc71fa191dbdaea75a139430 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sun, 14 Jan 2024 17:20:31 +0100 Subject: [PATCH] CHANGELOG.md: fix typo --- ansi-terminal/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansi-terminal/CHANGELOG.md b/ansi-terminal/CHANGELOG.md index 2dba864..1e31ece 100644 --- a/ansi-terminal/CHANGELOG.md +++ b/ansi-terminal/CHANGELOG.md @@ -18,7 +18,7 @@ Version 1.0.1 action can try to enable the processing of \'ANSI\' control characters in output. * In Windows Terminal and ConHost terminals, `hSupportsANSI` will yield `False` - if the the processing of \'ANSI\' control characters in output is not enabled. + if the processing of \'ANSI\' control characters in output is not enabled. * Deprecated `hSupportsANSIWithoutEmulation` is now consistent with `hNowSupportsANSI`. * Improvements to Haddock documentation.