Skip to content

Commit

Permalink
docs(README.md): fix typo
Browse files Browse the repository at this point in the history
* Original commit: 0846481
* Closes #209
  • Loading branch information
amitkothari authored and tomchentw committed Feb 20, 2016
1 parent 15654fb commit 2f16ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<GoogleMap
Expand Down

0 comments on commit 2f16ad2

Please sign in to comment.