Skip to content

Commit

Permalink
Update errors/promise-in-next-config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 26, 2022
1 parent c226db2 commit 10272a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/promise-in-next-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {

#### Possible Ways to Fix It

In Next.js versions above 12.0.10 `module.exports = async () =>` is supported.
In Next.js versions above `12.0.10`, `module.exports = async () =>` is supported.

For older versions, you can check your `next.config.js` for `async` or `return Promise`.

Expand Down

0 comments on commit 10272a8

Please sign in to comment.