Skip to content

Commit 7dfef03

Browse files
authored
chore: Fix typo in error message (#37637)
1 parent d70f1f1 commit 7dfef03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-cli/src/structured-errors/error-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const errors: Record<string, IErrorMapEntry> = {
6767
},
6868
"98001": {
6969
text: (): string =>
70-
`Built Rendering Engines failed validation failed validation.\n\nPlease open an issue with a reproduction at https://gatsby.dev/new-issue for more help.`,
70+
`Built Rendering Engines failed validation.\n\nPlease open an issue with a reproduction at https://gatsby.dev/new-issue for more help.`,
7171
type: Type.ENGINE_VALIDATION,
7272
level: Level.ERROR,
7373
category: ErrorCategory.UNKNOWN,

0 commit comments

Comments
 (0)