Skip to content

Commit

Permalink
Fixes "guesture" typo in PanResponser docs
Browse files Browse the repository at this point in the history
Summary:
Simple typo fix in docs.
Closes #13247

Differential Revision: D4819135

Pulled By: ericvicenti

fbshipit-source-id: 64bc597133a31276fdff8f1ef2ee061f2a9bb17d
  • Loading branch information
AndrewIngram authored and facebook-github-bot committed Apr 3, 2017
1 parent d38644e commit dfaa03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Interaction/PanResponder.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfaa03e

Please sign in to comment.