From 63317b84c66b6a9d71b724d537b4fec72e0d3a8c Mon Sep 17 00:00:00 2001 From: may Date: Sun, 21 May 2023 23:12:56 +0200 Subject: [PATCH] remove typo --- lib/utils/config/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js index f360a010562c6..131053040ca2c 100644 --- a/lib/utils/config/definitions.js +++ b/lib/utils/config/definitions.js @@ -1550,7 +1550,7 @@ define('prefer-dedupe', { default: false, type: Boolean, description: ` - Prefer to deduplicate packages if possible., rather than + Prefer to deduplicate packages if possible, rather than choosing a newer version of a dependency. `, flatten,