Fix minor typo in PanResponder

Summary:
Replaces https://github.com/facebook/react-native/pull/4469
Closes https://github.com/facebook/react-native/pull/4487

Reviewed By: svcscm

Differential Revision: D2713948

Pulled By: bestander

fb-gh-sync-id: b072379ad99b8891168ce64defeebfaf5442e394
This commit is contained in:
Lauri Lehmijoki 2016-01-07 06:18:26 -08:00 committed by facebook-github-bot-3
parent 6579b705e9
commit 857dd59340
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ var currentCentroidY = TouchHistoryMath.currentCentroidY;
* - `dy` - accumulated distance of the gesture since the touch started
* - `vx` - current velocity of the gesture
* - `vy` - current velocity of the gesture
* - `numberActiveTouches` - Number of touches currently on screeen
* - `numberActiveTouches` - Number of touches currently on screen
*
* ### Basic Usage
*