mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix spelling of built-in (#2546)
This commit is contained in:
parent
94c484e80d
commit
c9b4add394
|
@ -792,9 +792,9 @@ export default class Error extends React.Component {
|
|||
}
|
||||
```
|
||||
|
||||
### Reusing the build in error page
|
||||
### Reusing the built-in error page
|
||||
|
||||
If you want to render the build in error page you can by using `next/error`:
|
||||
If you want to render the built-in error page you can by using `next/error`:
|
||||
|
||||
```jsx
|
||||
import React from 'react'
|
||||
|
|
Loading…
Reference in a new issue