Skip to content

Commit

Permalink
Fix typo in ProcessGraphComplexity error message (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Feb 8, 2024
1 parent 7d40f9d commit bd54688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd54688

Please sign in to comment.