From 2f16ad2f0d2d6692dfd958528c9fca0a6a690805 Mon Sep 17 00:00:00 2001 From: Amit Kothari Date: Tue, 16 Feb 2016 19:20:07 +1100 Subject: [PATCH] docs(README.md): fix typo * Original commit: 08464813bd0846e8f980d492155913fc11446553 * Closes #209 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee854f2c..b20e9a88 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Anything that are inside components' `options` property could __ONLY__ be access ### Rule 5 -For event handlers on these components, you could bind them using React component convention. There's a list of evnet names exists in `eventLists` folder. Find the supported event name and use the form of `on${ camelizedEventName }`. For example, If I want to add `center_changed` callback to a map instance, I'll do the following with `react-google-maps`: +For event handlers on these components, you could bind them using React component convention. There's a list of event names exists in `eventLists` folder. Find the supported event name and use the form of `on${ camelizedEventName }`. For example, If I want to add `center_changed` callback to a map instance, I'll do the following with `react-google-maps`: ```js