Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Summary: Closes facebook#19317

Differential Revision: D8061509

Pulled By: hramos

fbshipit-source-id: 4a2a066d477b090ee1568df234cfda67d5bbd0f8
  • Loading branch information
zhongwuzw authored and facebook-github-bot committed May 19, 2018
1 parent 0afc70b commit 1798209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Base/RCTTouchHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ - (void)_updateAndDispatchTouches:(NSSet<UITouch *> *)touches
BOOL canBeCoalesced = [eventName isEqualToString:@"touchMove"];

// We increment `_coalescingKey` twice here just for sure that
// this `_coalescingKey` will not be reused by ahother (preceding or following) event
// this `_coalescingKey` will not be reused by another (preceding or following) event
// (yes, even if coalescing only happens (and makes sense) on events of the same type).

if (!canBeCoalesced) {
Expand Down

0 comments on commit 1798209

Please sign in to comment.