Revert "docs(errors): fix typo" (#62411)

Reverts vercel/next.js#61957
This commit is contained in:
Sam Ko 2024-02-22 11:09:02 -08:00 committed by GitHub
parent f2c2b0d0fe
commit ec2c8ae891
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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