fix(docs): fix typo in nextjs guide easilly -> easily (#4055)
This commit is contained in:
parent
3c34e8d6a0
commit
39e68ff595
@ -86,7 +86,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Almost there! The last thing we need to do is to add some content our `pages/index.js` file. With a little help of our webpack loader, we can now easilly import Markdown files:
|
Almost there! The last thing we need to do is to add some content our `pages/index.js` file. With a little help of our webpack loader, we can now easily import Markdown files:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import Head from "next/head"
|
import Head from "next/head"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user