From 110cd4a1097255fdf3e3d04172cea97cd8c8ca99 Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Fri, 21 Jul 2023 19:44:01 +0300 Subject: [PATCH] fix typo --- e2e-tests/dnd.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/dnd.spec.ts b/e2e-tests/dnd.spec.ts index 252986168a..521ed100dc 100644 --- a/e2e-tests/dnd.spec.ts +++ b/e2e-tests/dnd.spec.ts @@ -6,7 +6,7 @@ import { createRandomPage, enterNextBlock } from './utils' * Drag and Drop tests. * * When we drag and drop a block, it should always be moved under the target element, - * unless the targer is the first element of its container. In thas case, if we drop + * unless the targer is the first element of its container. In that case, if we drop * it at the top half of the target, it should be moved on top of it. */