Clean up -[RCTRootView cancelTouches] header docs

Summary:
Just a little typo fixing and wording clean up around some header docs.
Closes https://github.com/facebook/react-native/pull/14947

Differential Revision: D5398609

Pulled By: javache

fbshipit-source-id: 3eb40ef3308130c1d28b2efc7bb64d493e98825b
This commit is contained in:
Eli Perkins 2017-07-11 10:49:11 -07:00 committed by Facebook Github Bot
parent 50f200ba90
commit 78e2030e95
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ extern NSString *const RCTContentDidAppearNotification;
/**
* Calling this will result in emitting a "touches cancelled" event to js,
* which effectively cancels all js "gesture recognizers" such as as touchable
* (unless they explicitely ignore cancellation events, but noone should do that).
* which effectively cancels all js "gesture recognizers" such as touchable components
* (unless they explicitely ignore cancellation events, but no one should do that).
*
* This API is exposed for integration purposes where you embed RN rootView
* in a native view with a native gesture recognizer,