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,