Fix one docs typo

Summary:
This typo was fixed in https://github.com/facebook/react-native/pull/7553 but the submitter (understandably) did not want to bother signing a CLA to fix a typo. This PR fixes that typo ;-)
Closes https://github.com/facebook/react-native/pull/10467

Differential Revision: D4047319

Pulled By: ericvicenti

fbshipit-source-id: 8183301b392b30c3df99be3a20c07cc58053bba0
This commit is contained in:
Kevin Lacker 2016-10-19 17:05:43 -07:00 committed by Facebook Github Bot
parent 71676809d6
commit 29581a351f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ If the view is responding, the following handlers can be called:
+ `pageX` - The X position of the touch, relative to the root element
+ `pageY` - The Y position of the touch, relative to the root element
+ `target` - The node id of the element receiving the touch event
+ `timestamp` - A time identifier for the touch, useful for velocity calculation
+ `timeStamp` - A time identifier for the touch, useful for velocity calculation
+ `touches` - Array of all current touches on the screen
### Capture ShouldSet Handlers