diff --git a/packages/react/src/useGesture.ts b/packages/react/src/useGesture.ts index 417b28bf6..a93fcc40f 100644 --- a/packages/react/src/useGesture.ts +++ b/packages/react/src/useGesture.ts @@ -8,7 +8,7 @@ import { createUseGesture } from './createUseGesture' * The most complete gesture hook, allowing support for multiple gestures. * * @param {GestureHandlers} handlers - an object with on[Gesture] keys containg gesture handlers - * @param {UseGestureConfig} config - the full config object + * @param {UserGestureConfig} config - the full config object */ export function useGesture< HandlerTypes extends AnyHandlerEventTypes = EventTypes,