From 0f8e8cf367209d7d6eff7eb037d8bf35b72fadc1 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 30 May 2018 21:47:35 -0400 Subject: [PATCH] Update CommentsRedux2.md --- CommentsRedux2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommentsRedux2.md b/CommentsRedux2.md index 6a66a3c..fa95c27 100755 --- a/CommentsRedux2.md +++ b/CommentsRedux2.md @@ -102,7 +102,7 @@ Export the `VisibleCommentsForm` component: export default VisibleCommentsForm; ``` -Refactor `handleSubmit` to this the `handleSubmit` component prop: +Refactor `handleSubmit` to use the `handleSubmit` component prop: ```javascript handleSubmit(event){