From 76a96b0087259531581ca1ec14bf26aaae31dc49 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 27 Jun 2024 13:57:31 -0700 Subject: [PATCH] Update docs/src/api/class-touchscreen.md Co-authored-by: Pavel Feldman Signed-off-by: Yury Semikhatsky --- docs/src/api/class-touchscreen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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