Skip to content

Commit

Permalink
chore: Fix typo in error message (#37637)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Feb 13, 2023
1 parent d70f1f1 commit 7dfef03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/src/structured-errors/error-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const errors: Record<string, IErrorMapEntry> = {
},
"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,
Expand Down

0 comments on commit 7dfef03

Please sign in to comment.