Skip to content

Commit ed95dac

Browse files
thetaPCShaneK
andauthored
docs(drag-element): grammar
Co-authored-by: Shane <shane@shanessite.net>
1 parent c055092 commit ed95dac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/utils/test/playwright/drag-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const moveElement = async (page: E2EPage, startX: number, startY: number, dragBy
160160
*/
161161
if (browser === 'webkit' && i % 2 === 0) {
162162
/**
163-
* Repaintng every 2 steps is enough to keep the drag gesture smooth.
163+
* Repainting every 2 steps is enough to keep the drag gesture smooth.
164164
* Repainting on every step makes the test slow, and repainting every
165165
* 4+ steps means Safari does not see enough frames to track the gesture
166166
* reliably.

0 commit comments

Comments
 (0)