fix minor grammar and typo errors in comments

Summary: comments only. no code modified.
Closes https://github.com/facebook/react-native/pull/2038

Reviewed By: @​svcscm

Differential Revision: D2468021

Pulled By: @vjeux
This commit is contained in:
Colin Parsons 2015-09-22 14:38:58 -07:00 committed by facebook-github-bot-8
parent f39e3fe113
commit 972ae4c186
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ var MapView = React.createClass({
/**
* If `false` the user won't be able to pinch/zoom the map.
* Default `value` is true.
* Default value is `true`.
*/
zoomEnabled: React.PropTypes.bool,
@ -211,7 +211,7 @@ var MapView = React.createClass({
onRegionChangeComplete: React.PropTypes.func,
/**
* Callback that is called once, when the user is clicked on a annotation.
* Callback that is called once, when the user taps an annotation.
*/
onAnnotationPress: React.PropTypes.func,
},