diff --git a/lib/interaction.html b/lib/interaction.html index 1fb1b04..ab7d9d7 100644 --- a/lib/interaction.html +++ b/lib/interaction.html @@ -23,7 +23,7 @@ a single delegate pattern.

The main differences are that PointerEvent are fired for each touch point, whereas the TouchEvent collects multiple TouchPoints into a single event. The basic PointMap and Interaction -classes unify this behavior by collection all contact points regardless +classes unify this behavior by collecting all contact points regardless of their original mouse, touch, or pointer events.

Point Maps