Skip to content

Commit bd54688

Browse files
authored
Fix typo in ProcessGraphComplexity error message (#526)
1 parent 7d40f9d commit bd54688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
},
243243
"ProcessGraphComplexity": {
244244
"description": "The process graph is too complex for synchronous processing and will likely time out. Please use a batch job instead.",
245-
"message": "The process is too complex for for synchronous processing. Please use a batch job instead.",
245+
"message": "The process is too complex for synchronous processing. Please use a batch job instead.",
246246
"http": 400,
247247
"tags": [
248248
"Data Processing"

0 commit comments

Comments
 (0)