From e607be6264ec5afade5247e7b41280fa71d0d01a Mon Sep 17 00:00:00 2001 From: TG Date: Thu, 5 Dec 2024 01:43:53 +0100 Subject: [PATCH] fix typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 90e14e8a3d..4fe10d02cb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1008,7 +1008,7 @@ Some assertion libraries will supply their own diffs, in which case Mocha's will Mocha's own diff output does not conform to any known standards, and is designed to be human-readable. -> _Since in v9.2.1_ +> _Since v9.2.1_ By default strings are truncated to 8192 characters before generating a diff. This is to prevent performance problems with large strings.