diff --git a/docs/usePinchZoom.md b/docs/usePinchZoom.md index 212283d3..12449fac 100644 --- a/docs/usePinchZoom.md +++ b/docs/usePinchZoom.md @@ -1,11 +1,11 @@ -# `usePinchZoon` +# `usePinchZoom` React sensor hook that tracks the changes in pointer touch events and detects value of pinch difference and tell if user is zooming in or out. ## Usage ```jsx -import { usePinchZoon } from "react-use"; +import { usePinchZoom } from "react-use"; const Demo = () => { const [scale, setState] = useState(1);