Fixes "guesture" typo in PanResponser docs

Summary:
Simple typo fix in docs.
Closes https://github.com/facebook/react-native/pull/13247

Differential Revision: D4819135

Pulled By: ericvicenti

fbshipit-source-id: 64bc597133a31276fdff8f1ef2ee061f2a9bb17d
This commit is contained in:
Andrew Ingram 2017-04-03 09:11:43 -07:00 committed by Facebook Github Bot
parent d38644eee5
commit dfaa03e1cb
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ const currentCentroidY = TouchHistoryMath.currentCentroidY;
* onMoveShouldSetPanResponderCapture: (evt, gestureState) => true,
*
* onPanResponderGrant: (evt, gestureState) => {
* // The guesture has started. Show visual feedback so the user knows
* // The gesture has started. Show visual feedback so the user knows
* // what is happening!
*
* // gestureState.d{x,y} will be set to zero now