Skip to content

Commit

Permalink
Fix typo in ignoring-typescript-errors.md (#10499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Feb 12, 2020
1 parent 495838b commit 04d5bbc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ If you'd like Next.js to dangerously produce production code even when your appl

> Be sure you are running type checks as part of your build or deploy process, otherwise this can be very dangerous.
Open `next.config.js` and enable the `ignoreDevErrors` option in the `typescript` config:
Open `next.config.js` and enable the `ignoreBuildErrors` option in the `typescript` config:

```js
module.exports = {
Expand Down

0 comments on commit 04d5bbc

Please sign in to comment.