Skip to content

Commit eb1570c

Browse files
committed
Fix message
1 parent 9c67cb0 commit eb1570c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs-gesture-handler/docs/fundamentals/callbacks-events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Called each time a pointer tracked by the gesture changes state, typically due t
5858
onDeactivate: (event: GestureEndEvent<HandlerData>) => void
5959
```
6060

61-
Called when handler stops recognizing gestures, but only if the handler activated. It is called before `onFinalize`. The event object contains a `canceled` property — if the handler was interrupted or failed to recognize the gesture, `canceled` is set to `true`. Otherwise it is set to `false`.
61+
Called when handler stops recognizing gestures, but only if the handler activated. It is called before `onFinalize`. The event object contains a `canceled` property — if the gesture was interrupted, `canceled` is set to `true`. Otherwise it is set to `false`.
6262

6363
### onFinalize
6464

0 commit comments

Comments
 (0)