Skip to content

Commit

Permalink
fix minor grammar and typo errors in comments
Browse files Browse the repository at this point in the history
Summary: comments only. no code modified.
Closes #2038

Reviewed By: @​svcscm

Differential Revision: D2468021

Pulled By: @vjeux
  • Loading branch information
colinterface authored and facebook-github-bot-8 committed Sep 22, 2015
1 parent f39e3fe commit 972ae4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/Components/MapView/MapView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down Expand Up @@ -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,
},
Expand Down

0 comments on commit 972ae4c

Please sign in to comment.