diff --git a/docs/src/api/class-touchscreen.md b/docs/src/api/class-touchscreen.md index d85726c763..67e0ecb907 100644 --- a/docs/src/api/class-touchscreen.md +++ b/docs/src/api/class-touchscreen.md @@ -39,4 +39,4 @@ Type of the touch event. - `y` <[float]> y coordinate of the event in CSS pixels. - `id` ?<[int]> Identifier used to track the touch point between events, must be unique within an event. Optional. -List of touch points for this event. `id` is a unieue identifier of a touch point that helps indentify it between touch events for the duration of its movement around the surface. \ No newline at end of file +List of touch points for this event. `id` is a unique identifier of a touch point that helps identify it between touch events for the duration of its movement around the surface. \ No newline at end of file