fix(docs): fix typo in nextjs guide easilly -> easily (#4055)

This commit is contained in:
cheddar 2020-07-21 09:56:35 -06:00 committed by GitHub
parent 3c34e8d6a0
commit 39e68ff595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
import Head from "next/head"
@ -228,4 +228,4 @@ Great job - you did it! Open your new page via the new Netlify URL, and navigate
**Tip:** Signing up with an external provider is the easiest. If you want to sign up by email, you'll have to set up a redirect in your index.js page (which we won't be covering in this guide). For more information, have a look at the [Add To Your Site](https://www.netlifycms.org/docs/add-to-your-site) section.
Congratulations - you can finally manage your new list of cats!
Congratulations - you can finally manage your new list of cats!