From bd5468871998e052fc35144f68b9e643814d336e Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Thu, 8 Feb 2024 22:03:44 +0100 Subject: [PATCH] Fix typo in ProcessGraphComplexity error message (#526) --- errors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.json b/errors.json index 7288ba6b..e9a60522 100644 --- a/errors.json +++ b/errors.json @@ -242,7 +242,7 @@ }, "ProcessGraphComplexity": { "description": "The process graph is too complex for synchronous processing and will likely time out. Please use a batch job instead.", - "message": "The process is too complex for for synchronous processing. Please use a batch job instead.", + "message": "The process is too complex for synchronous processing. Please use a batch job instead.", "http": 400, "tags": [ "Data Processing"