Skip to content

Commit 606d89c

Browse files
0bitarunoda
authored andcommitted
Update README.md (#802)
fix quotation mark
1 parent e28f80c commit 606d89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Supported options:
411411
Pages in `Next.js` skip the definition of the surrounding document's markup. For example, you never include `<html>`, `<body>`, etc. But we still make it possible to override that:
412412

413413
```jsx
414-
import Document, { Head, Main, NextScript } from `next/document`
414+
import Document, { Head, Main, NextScript } from 'next/document'
415415

416416
export default class MyDocument extends Document {
417417
static async getInitialProps (ctx) {

0 commit comments

Comments
 (0)