From 96bf0aba4cd366c0949be8c35e169812fb94b505 Mon Sep 17 00:00:00 2001 From: "Mattias Norlander (EXT Exp)" Date: Fri, 10 Dec 2021 15:45:34 +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 ae76b9bf1f..ce9af2aa67 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1007,7 +1007,7 @@ By default strings are truncated to 2048 characters before generating a diff. Th It can however make the output harder to interpret when comparing large strings. Therefore it is possible to configure this value to suit different needs. -A value of 0 indicates to limit, default is 2048 characters. +A value of 0 indicates no limit, default is 2048 characters. ### `--reporter , -R `