From 6c747c0e6efc80d36f329476d7f2ef3ca878f20f Mon Sep 17 00:00:00 2001 From: Mark Chavez Date: Thu, 19 Oct 2017 07:16:20 +0800 Subject: [PATCH] spell check --- redux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redux.md b/redux.md index 3ed078587..c3a01d7e2 100644 --- a/redux.md +++ b/redux.md @@ -91,7 +91,7 @@ import { connect } from 'react-redux' ```js // A functional React component -function App ({ messasge, onMessageClick }) { +function App ({ message, onMessageClick }) { return (
onMessageClick('hello')}> {message}