From 9652fa363849b35130bee5da36e609a710f27ad4 Mon Sep 17 00:00:00 2001 From: Khalil Zhang Date: Fri, 13 Jan 2017 14:32:09 +0800 Subject: [PATCH] chore: Remove extra slash --- react-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-forms.md b/react-forms.md index 483e387..52ad304 100644 --- a/react-forms.md +++ b/react-forms.md @@ -65,7 +65,7 @@ Demonstrates building a simple set of wrapper components to manage forms using React and Redux - **Not-so-simple Forms with React** - http://www.randseay.com/articles/forms-with-react/ + http://www.randseay.com/articles/forms-with-react Explains how to set up more advanced form scenarios such as optional or repeatable sections. - **Using React's state to manage data entry**