diff --git a/errors/invalid-next-config.mdx b/errors/invalid-next-config.mdx index c08fe2d0ae..07c698d456 100644 --- a/errors/invalid-next-config.mdx +++ b/errors/invalid-next-config.mdx @@ -21,7 +21,7 @@ const nextConfig = { module.exports = nextConfig ``` -For example for the below warning, there is a typo and `rewrites` needs to be renamed to `rewrites` to resolve the issue. +For example for the below warning, there is a typo and `rewritess` needs to be renamed to `rewrites` to resolve the issue. ```bash filename="Terminal" The root value has an unexpected property, rewritess, which is not in the list of allowed properties