Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Nov 26, 2022
1 parent 60fbf0b commit 7c5b3bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ function formatRSCErrorMessage(message: string): null | [string, string] {
} else if (NEXT_RSC_ERR_INVALID_API.test(message)) {
formattedMessage = message.replace(
NEXT_RSC_ERR_INVALID_API,
`\n\n"$1" is not support in app/. Read more: https://beta.nextjs.org/docs/data-fetching/fundamentals\n\n`
`\n\n"$1" is not supported in app/. Read more: https://beta.nextjs.org/docs/data-fetching/fundamentals\n\n`
)
formattedVerboseMessage = '\n\nFile path:\n'
}
Expand Down

0 comments on commit 7c5b3bc

Please sign in to comment.