Skip to content

Commit 1950b10

Browse files
committed
fix typo
1 parent c233d0b commit 1950b10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native-gesture-handler/src/handlers/gestureHandlerTypesCompat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ export type TapGestureHandlerStateChangeEvent =
4747
HandlerStateChangeEvent<TapGestureHandlerEventPayload>;
4848

4949
/**
50-
* @deprecated ForceTouchGestureHandlerś is deprecated and will be removed in the future.
50+
* @deprecated ForceTouchGestureHandler is deprecated and will be removed in the future.
5151
*/
5252
export type ForceTouchGestureHandlerGestureEvent =
5353
GestureEvent<ForceTouchGestureHandlerEventPayload>;
5454
/**
55-
* @deprecated ForceTouchGestureHandlerś is deprecated and will be removed in the future.
55+
* @deprecated ForceTouchGestureHandler is deprecated and will be removed in the future.
5656
*/
5757
export type ForceTouchGestureHandlerStateChangeEvent =
5858
HandlerStateChangeEvent<ForceTouchGestureHandlerEventPayload>;

0 commit comments

Comments
 (0)