From c1ea8d0ed8873232a54566603fc88ee1966db53c Mon Sep 17 00:00:00 2001 From: Hashim Warren Date: Thu, 23 Jan 2020 14:02:59 -0500 Subject: [PATCH] Update docs/blog/100days/react-component/index.md Co-Authored-By: Marcy Sutton --- docs/blog/100days/react-component/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/100days/react-component/index.md b/docs/blog/100days/react-component/index.md index 1ad59b168b61c..ee2270ef80c43 100644 --- a/docs/blog/100days/react-component/index.md +++ b/docs/blog/100days/react-component/index.md @@ -21,7 +21,7 @@ For example, you can hide/show your site header with [React headroom](https://ky In this prompt, we invite you to add forms to your Gatsby site using [Formik, a popular and powerful React library](https://jaredpalmer.com/formik). We suggest adding the form to the “About” page you created in a previous challenge. -(In a future challenge we will show you how to add your form, or any React component to your markdown-powered blog pages.) +(In a future challenge we will show you how to add your form, or any React component to your Markdown-powered blog pages.) ### Challenge Resources