1
0
Fork 0
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:
Jure Triglav 2017-07-13 08:04:36 +02:00 committed by Tim Neutkens
parent 94c484e80d
commit c9b4add394

View file

@ -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 ```jsx
import React from 'react' import React from 'react'