Skip to content

Commit c4b49ec

Browse files
committed
fix typo
1 parent 2e97530 commit c4b49ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-gesture-handler/apple/RNRootViewGestureRecognizer.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ - (BOOL)canPreventGestureRecognizer:(UIGestureRecognizer *)preventedGestureRecog
5353
- (BOOL)canBePreventedByGestureRecognizer:(UIGestureRecognizer *)preventingGestureRecognizer
5454
{
5555
// When this method is called it means that one of handlers has activated, in this case we want
56-
// to send an info to JS so that it cancells all JS responders, as long as the preventing
56+
// to send an info to JS so that it cancels all JS responders, as long as the preventing
5757
// recognizer is from Gesture Handler, otherwise we might break some interactions
5858
RNGestureHandler *handler = [RNGestureHandler findGestureHandlerByRecognizer:preventingGestureRecognizer];
5959
if (handler != nil && handler.preventRecognizers) {

0 commit comments

Comments
 (0)