From 75474897f4baf9ac54c83ae551ee3437d9795fd4 Mon Sep 17 00:00:00 2001 From: Yusuf Adeyemo Date: Tue, 28 Jul 2020 12:38:34 +0100 Subject: [PATCH] =?UTF-8?q?fix(docs):=20typo=20in=20=E2=80=9Cnextjs?= =?UTF-8?q?=E2=80=9D=20guide=20(#4090)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/content/docs/nextjs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/nextjs.md b/website/content/docs/nextjs.md index 603a176f..42a11d2a 100644 --- a/website/content/docs/nextjs.md +++ b/website/content/docs/nextjs.md @@ -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 easily import Markdown files: +Almost there! The last thing we need to do is to add some content to 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! \ No newline at end of file