From 7dfef0383c206142acf1a700306688615f66e3a7 Mon Sep 17 00:00:00 2001 From: Lennart Date: Mon, 13 Feb 2023 08:29:24 +0100 Subject: [PATCH] chore: Fix typo in error message (#37637) --- packages/gatsby-cli/src/structured-errors/error-map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-cli/src/structured-errors/error-map.ts b/packages/gatsby-cli/src/structured-errors/error-map.ts index 2fbf800efc5e7..47b18bb7af70e 100644 --- a/packages/gatsby-cli/src/structured-errors/error-map.ts +++ b/packages/gatsby-cli/src/structured-errors/error-map.ts @@ -67,7 +67,7 @@ const errors: Record = { }, "98001": { text: (): string => - `Built Rendering Engines failed validation failed validation.\n\nPlease open an issue with a reproduction at https://gatsby.dev/new-issue for more help.`, + `Built Rendering Engines failed validation.\n\nPlease open an issue with a reproduction at https://gatsby.dev/new-issue for more help.`, type: Type.ENGINE_VALIDATION, level: Level.ERROR, category: ErrorCategory.UNKNOWN,